config toggle for xterm fn keys and display timeout added
This commit is contained in:
@@ -16,14 +16,10 @@ return [
|
|||||||
'labels_seq' => 'TESPTerm local debug1235',
|
'labels_seq' => 'TESPTerm local debug1235',
|
||||||
|
|
||||||
'screenData' => 'HELLOxNRE3',//'\u000b\u0001\u001b\u0001\u0001\u0001\u0001\u0001\f\u0005\u0001\u0010\u0003HELLOx\u0002\u000b\u0001\u0001N\u0001RE\u00023\u0001', //,
|
'screenData' => 'HELLOxNRE3',//'\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,
|
'parser_tout_ms' => 10,
|
||||||
|
'display_tout_ms' => 20,
|
||||||
|
'fn_alt_mode' => '1',
|
||||||
|
|
||||||
'opmode' => '2',
|
'opmode' => '2',
|
||||||
'sta_enable' => '0',
|
'sta_enable' => '0',
|
||||||
|
|||||||
@@ -42,6 +42,8 @@ return [
|
|||||||
'term.buttons' => 'Button labels',
|
'term.buttons' => 'Button labels',
|
||||||
'term.theme' => 'Color scheme',
|
'term.theme' => 'Color scheme',
|
||||||
'term.parser_tout_ms' => 'Parser timeout',
|
'term.parser_tout_ms' => 'Parser timeout',
|
||||||
|
'term.display_tout_ms' => 'Redraw timeout',
|
||||||
|
'term.fn_alt_mode' => 'Xterm Fn keys',
|
||||||
|
|
||||||
// terminal color labels
|
// terminal color labels
|
||||||
'color.0' => 'Black',
|
'color.0' => 'Black',
|
||||||
|
|||||||
@@ -110,6 +110,18 @@
|
|||||||
<span class="mq-no-phone"> ms</span>
|
<span class="mq-no-phone"> ms</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="Row">
|
||||||
|
<label for="display_tout_ms"><?= tr('term.display_tout_ms') ?><span class="mq-phone"> (ms)</span></label>
|
||||||
|
<input type="number" step=1 min=0 name="display_tout_ms" id="display_tout_ms" value="%display_tout_ms%" required>
|
||||||
|
<span class="mq-no-phone"> ms</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="Row checkbox" >
|
||||||
|
<label><?= tr('term.fn_alt_mode') ?></label><!--
|
||||||
|
--><span class="box" tabindex=0 role=checkbox></span>
|
||||||
|
<input type="hidden" id="fn_alt_mode" name="fn_alt_mode" value="%fn_alt_mode%">
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="Row buttons">
|
<div class="Row buttons">
|
||||||
<a class="button icn-ok" href="#" onclick="qs('#form-1').submit()"><?= tr('apply') ?></a>
|
<a class="button icn-ok" href="#" onclick="qs('#form-1').submit()"><?= tr('apply') ?></a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user