throttle screen redraw via cooldown, setting 10/30 largely eliminates dropped bytes

This commit is contained in:
2017-08-24 23:08:09 +02:00
parent beda5e67c0
commit 73c943bb97
11 changed files with 98 additions and 27 deletions
+3 -2
View File
@@ -42,8 +42,9 @@ return [
'term.buttons' => 'Button labels',
'term.theme' => 'Color scheme',
'term.parser_tout_ms' => 'Parser timeout',
'term.display_tout_ms' => 'Redraw timeout',
'term.fn_alt_mode' => 'Xterm Fn keys',
'term.display_tout_ms' => 'Redraw delay',
'term.display_cooldown_ms' => 'Redraw cooldown',
'term.fn_alt_mode' => 'SS3 Fn keys',
// terminal color labels
'color.0' => 'Black',