mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
28 lines
744 B
Plaintext
28 lines
744 B
Plaintext
$NetBSD: patch-aw,v 1.3 2003/05/12 20:40:18 agc Exp $
|
|
|
|
Modify default threading offsets so that standard scan format is correct.
|
|
|
|
--- lib/thread.tcl 1998/08/17 13:43:05 1.1
|
|
+++ lib/thread.tcl 1998/08/17 13:43:15
|
|
@@ -141,17 +141,17 @@
|
|
return 0
|
|
}
|
|
|
|
-proc Thread_Display { {breakoff 20} {mark "+->"} } {
|
|
+proc Thread_Display { {breakoff 30} {mark "+->"} } {
|
|
|
|
busy Thread_Ftoc 1 $breakoff $mark
|
|
}
|
|
|
|
-proc Thread_DisplayAll { {breakoff 20} {mark "+->"} } {
|
|
+proc Thread_DisplayAll { {breakoff 30} {mark "+->"} } {
|
|
|
|
busy Thread_Ftoc 0 $breakoff $mark
|
|
}
|
|
|
|
-proc Thread_Ftoc { {selected 0} {breakoff 20} {mark "+->"} } {
|
|
+proc Thread_Ftoc { {selected 0} {breakoff 30} {mark "+->"} } {
|
|
global exwin exmh ftoc msg mhProfile
|
|
|
|
#
|