add toggle for ascii debug

box-drawing
Ondřej Hruška 7 years ago
parent 979d457b7b
commit 55e2def6e3
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      lang/cs.php
  2. 2
      lang/en.php
  3. 13
      pages/cfg_term.php

@ -78,6 +78,8 @@ return [
'term.color_fg_prev' => 'Barva textu',
'term.color_bg_prev' => 'Barva pozadí',
'term.colors_preview' => '',
'term.debugbar' => 'Zobraz ladicí panel',
'term.ascii_debug' => 'ASCII debug režim',
'cursor.block_blink' => 'Blok, blikající',
'cursor.block_steady' => 'Blok, stálý',

@ -77,6 +77,8 @@ return [
'term.color_fg_prev' => 'Foreground',
'term.color_bg_prev' => 'Background',
'term.colors_preview' => '',
'term.debugbar' => 'Show debug panel',
'term.ascii_debug' => 'ASCII debug mode',
'cursor.block_blink' => 'Block, blinking',
'cursor.block_steady' => 'Block, steady',

@ -270,6 +270,19 @@
<span class="mq-no-phone">&nbsp;ms</span>
</div>
<div class="Row checkbox" >
<label><?= tr('term.debugbar') ?></label><!--
--><span class="box" tabindex=0 role=checkbox></span>
<input type="hidden" id="debugbar" name="debugbar" value="%debugbar%">
</div>
<div class="Row checkbox" >
<label><?= tr('term.ascii_debug') ?></label><!--
--><span class="box" tabindex=0 role=checkbox></span>
<input type="hidden" id="ascii_debug" name="ascii_debug" value="%ascii_debug%">
</div>
<div class="Row checkbox" >
<label><?= tr('term.fn_alt_mode') ?></label><!--
--><span class="box" tabindex=0 role=checkbox></span>

Loading…
Cancel
Save