mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
console clearing stuff patched over from 68
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user