From b5378a66266ae7b92ba782695d295d65ef2a1cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Fri, 18 Aug 2017 14:52:51 +0200 Subject: [PATCH] config toggle for xterm fn keys and display timeout added --- html_orig/_debug_replacements.php | 8 ++------ html_orig/lang/en.php | 2 ++ html_orig/pages/cfg_term.php | 12 ++++++++++++ 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/html_orig/_debug_replacements.php b/html_orig/_debug_replacements.php index 9e80077..e154ce0 100644 --- a/html_orig/_debug_replacements.php +++ b/html_orig/_debug_replacements.php @@ -16,14 +16,10 @@ return [ 'labels_seq' => 'TESPTerm local debug1235', 'screenData' => '  HELLOx NRE3',//'\u000b\u0001\u001b\u0001\u0001\u0001\u0001\u0001\f\u0005\u0001\u0010\u0003HELLOx\u0002\u000b\u0001\u0001N\u0001RE\u00023\u0001', //, - /*'{ - "w": 26, "h": 10, - "x": 10, "y": 5, - "cv": 1, "fg": 10, "bg": 2, - "screen": "" - }',//"70 t259"*/ 'parser_tout_ms' => 10, + 'display_tout_ms' => 20, + 'fn_alt_mode' => '1', 'opmode' => '2', 'sta_enable' => '0', diff --git a/html_orig/lang/en.php b/html_orig/lang/en.php index 9049101..0da3aeb 100644 --- a/html_orig/lang/en.php +++ b/html_orig/lang/en.php @@ -42,6 +42,8 @@ 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', // terminal color labels 'color.0' => 'Black', diff --git a/html_orig/pages/cfg_term.php b/html_orig/pages/cfg_term.php index 1a93ade..34a7632 100644 --- a/html_orig/pages/cfg_term.php +++ b/html_orig/pages/cfg_term.php @@ -110,6 +110,18 @@  ms +
+ + +  ms +
+ +
+ + +
+