console clearing stuff patched over from 68

This commit is contained in:
benfry
2004-02-18 14:54:02 +00:00
parent 67db5bc051
commit 5fcb5b97d2
4 changed files with 18 additions and 2 deletions

View File

@@ -104,6 +104,14 @@ console.font = Monospaced,plain,11
console.font.macosx = Monaco,plain,10
console.lines = 4
# set to false to disable automatically clearing the console
# each time 'run' is hit
console.auto_clear = true
# set the maximum number of lines remembered by the console
# the default is 500, lengthen at your own peril
console.length = 500
status.notice.fgcolor = #ffffff
status.notice.bgcolor = #666666
status.error.fgcolor = #ffffff