Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | #493414 Changed default font for editor to Courier |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | acd50af3d511b51bb2c64b463866afbdb298a805 |
User & Date: | dennis2 2002-01-11 21:49:05 |
Context
2002-06-15
| ||
19:42 | Code cleanup check-in: fbb8fbef44 user: dennis2 tags: trunk | |
2002-01-11
| ||
21:49 | #493414 Changed default font for editor to Courier check-in: acd50af3d5 user: dennis2 tags: trunk | |
2001-06-11
| ||
20:59 | Added -buffer param to all load types check-in: fbd262b600 user: dennis tags: trunk | |
Changes
Changes to lib/cfg.tcl.
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
{key-searchagain} {Alt-F7}
{key-closefile} {Alt-F3}
{key-delete} {Delete}
{key-backspace} {BackSpace}
{key-undo} {Control-z|Control-Z}
{key-lastmacro} {Alt-r|Alt-R}
{key-specc} {Control-F12}
{font-editor} {system}
{font-textshell} {Terminal}
{specc-fontsize} {12}
"
proc checkcfg {} {
global cfg::cfglist c debug_messages installdir
set num [expr [llength $cfg::cfglist] / 2]
|
| |
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
{key-searchagain} {Alt-F7}
{key-closefile} {Alt-F3}
{key-delete} {Delete}
{key-backspace} {BackSpace}
{key-undo} {Control-z|Control-Z}
{key-lastmacro} {Alt-r|Alt-R}
{key-specc} {Control-F12}
{font-editor} {Courier}
{font-textshell} {Terminal}
{specc-fontsize} {12}
"
proc checkcfg {} {
global cfg::cfglist c debug_messages installdir
set num [expr [llength $cfg::cfglist] / 2]
|