added general:cursor_inactive_timeout

This commit is contained in:
vaxerski
2022-06-24 23:27:02 +02:00
parent eb13be1240
commit 72c86b99eb
8 changed files with 79 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ void CConfigManager::setDefaultVars() {
configValues["general:gaps_out"].intValue = 20;
configValues["general:col.active_border"].intValue = 0xffffffff;
configValues["general:col.inactive_border"].intValue = 0xff444444;
configValues["general:cursor_inactive_timeout"].intValue = 0;
configValues["debug:int"].intValue = 0;
configValues["debug:log_damage"].intValue = 0;