Differences From Artifact [f07a36eb8e]:
- File sample.tclshrc — part of check-in [ad8b77b1ed] at 1999-09-08 16:35:40 on branch trunk — Modified Files: Makefile.in configure.in sample.tclshrc tclreadline.c tclreadlineInit.tcl.in tclreadlineSetup.tcl.in Added Files: tclreadlineCompleter.tcl (user: johannes@zellner.org, size: 1575) [annotate] [blame] [check-ins using]
To Artifact [f68b1de54f]:
- File sample.tclshrc — part of check-in [0d1401e9c1] at 1999-09-13 16:33:10 on branch trunk — .tclshrc .vimrc Modified Files: Makefile.in configure.in sample.tclshrc tclreadline.c tclreadline.h.in Added Files: config.h.in (user: johannes@zellner.org, size: 1577) [annotate] [blame] [check-ins using]
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | #!/bin/sh # FILE: "/diska/home/joze/src/tclreadline/sample.tclshrc" |
︙ | |||
47 48 49 50 51 52 53 | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | - + | # store maximal this much lines in the history file # set tclreadline::historyLength 200 # disable tclreadline's script completer # |