Differences From Artifact [d234ad5a9b]:
- File sample.tclshrc — part of check-in [46ef5876f1] at 1999-08-23 15:51:07 on branch trunk — Modified Files: Makefile.in README configure.in sample.tclshrc tclreadlineSetup.tcl.in (user: johannes@zellner.org, size: 1374) [annotate] [blame] [check-ins using]
To Artifact [26541f9376]:
- File sample.tclshrc — part of check-in [f815040834] at 1999-08-28 22:12:31 on branch trunk — Modified Files: .csymrc .tclshrc src/csym/.csymrc src/tclreadline/README src/tclreadline/TODO src/tclreadline/configure.in src/tclreadline/sample.tclshrc src/tclreadline/tclreadline.n.in src/tclreadline/tclreadlineSetup.tcl.in Added Files: src/csym/version src/tclreadline/Makefile.in src/tclreadline/tclreadline.c src/tclreadline/tclreadlineConfig.sh.in src/tclreadline/tclreadlineInit.tcl.in (user: johannes@zellner.org, size: 1470) [annotate] [blame] [check-ins using]
1 | 1 2 3 4 5 6 7 8 9 10 | - - + + | #!/bin/sh |
︙ | |||
40 41 42 43 44 45 46 47 48 49 50 51 52 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | + + + + | # tclreadline::Print no # uncomment the folling line, if you want # to change tclreadline's print behaviour # frequently with less typing. # # namespace import tclreadline::Print # store maximal this much lines in the history file # set tclreadline::historyLength 200 # go to tclrealdine's main loop. # tclreadline::Loop } |