Fossil SCM
Press "q" to exit the --tk diff window.
Commit
8db6f9877fec9ae079d7efb10f88ddd5aa70b213
Parent
c6aedbd0bd48ad7…
1 file changed
+1
+1
| --- src/diffcmd.c | ||
| +++ src/diffcmd.c | ||
| @@ -602,10 +602,11 @@ | ||
| 602 | 602 | static const char zDiffScript[] = |
| 603 | 603 | @ package require Tk |
| 604 | 604 | @ wm withdraw . |
| 605 | 605 | @ wm title . {Fossil Diff} |
| 606 | 606 | @ wm iconname . {Fossil Diff} |
| 607 | +@ bind . <q> exit | |
| 607 | 608 | @ set body {} |
| 608 | 609 | @ set mx 80 ;# Length of the longest line of text |
| 609 | 610 | @ set nLine 0 ;# Number of lines of text |
| 610 | 611 | @ text .t -width 180 -yscroll {.sb set} |
| 611 | 612 | @ if {$tcl_platform(platform)=="windows"} {.t config -font {courier 9}} |
| 612 | 613 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -602,10 +602,11 @@ | |
| 602 | static const char zDiffScript[] = |
| 603 | @ package require Tk |
| 604 | @ wm withdraw . |
| 605 | @ wm title . {Fossil Diff} |
| 606 | @ wm iconname . {Fossil Diff} |
| 607 | @ set body {} |
| 608 | @ set mx 80 ;# Length of the longest line of text |
| 609 | @ set nLine 0 ;# Number of lines of text |
| 610 | @ text .t -width 180 -yscroll {.sb set} |
| 611 | @ if {$tcl_platform(platform)=="windows"} {.t config -font {courier 9}} |
| 612 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -602,10 +602,11 @@ | |
| 602 | static const char zDiffScript[] = |
| 603 | @ package require Tk |
| 604 | @ wm withdraw . |
| 605 | @ wm title . {Fossil Diff} |
| 606 | @ wm iconname . {Fossil Diff} |
| 607 | @ bind . <q> exit |
| 608 | @ set body {} |
| 609 | @ set mx 80 ;# Length of the longest line of text |
| 610 | @ set nLine 0 ;# Number of lines of text |
| 611 | @ text .t -width 180 -yscroll {.sb set} |
| 612 | @ if {$tcl_platform(platform)=="windows"} {.t config -font {courier 9}} |
| 613 |