Merge pull request #110 from Grizzly-Adam/master

Blacklisted EXIT in early versions
This commit is contained in:
bell07 2018-03-11 19:53:32 +01:00 committed by GitHub
commit ba87ba7625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ local os_version_attr = {
textcolor = 'AMBER',
custom_launcher = "cs-bos_launcher",
custom_theme = "Amber Shell",
blacklist_commands = { TEXTCOLOR = true },
blacklist_commands = { TEXTCOLOR = true, EXIT = true },
min_scrollback_size = 20,
max_scrollback_size = 34,
},
@ -18,7 +18,7 @@ local os_version_attr = {
textcolor = 'GREEN',
custom_launcher = "cs-bos_launcher",
custom_theme = "Green Shell",
blacklist_commands = { TEXTCOLOR = true },
blacklist_commands = { TEXTCOLOR = true, EXIT = true },
min_scrollback_size = 25,
max_scrollback_size = 100,
},