demo of v 1.1

master
Ondřej Hruška 7 years ago
parent 41535c9e77
commit 77b45eabb3
  1. 2
      about.html
  2. 21
      cfg_term.html
  3. 0
      css/.gitkeep
  4. 1811
      css/app.css
  5. 7
      css/app.css.map
  6. 3
      help.html
  7. BIN
      img/adapter.jpg.orig
  8. BIN
      img/vt100.jpg.orig
  9. 0
      js/.gitkeep
  10. 2550
      js/app.js
  11. 1
      js/app.js.map
  12. 38
      term.html

@ -54,7 +54,7 @@
<table>
<tr>
<th>ESPTerm</th>
<td>v1.0.0, built 2017-09-07 at 21:45</td>
<td>v1.1.0, built 2017-09-11 at 4:56</td>
</tr>
<tr>
<th>libesphttpd</th>

@ -170,6 +170,18 @@
<input class="short" type="text" name="btn5" id="btn5" value="Help">
</div>
<div class="Row">
<label>Cursor style</label>
<select name="cursor_shape" id="cursor_shape">
<option value="0">Block, blinking</option>
<option value="2">Block, steady</option>
<option value="3">Underline, blinking</option>
<option value="4">Underline, steady</option>
<option value="5">I-bar, blinking</option>
<option value="6">I-bar, steady</option>
</select>
</div>
<div class="Row buttons">
<a class="button icn-ok" href="#" onclick="qs('#form-1').submit()">Apply!</a>
</div>
@ -216,10 +228,16 @@
<input type="hidden" id="fn_alt_mode" name="fn_alt_mode" value="1">
</div>
<div class="Row checkbox" >
<label>Enter sends CR+LF</label><!--
--><span class="box" tabindex=0 role=checkbox></span>
<input type="hidden" id="crlf_mode" name="crlf_mode" value="">
</div>
<div class="Row checkbox" >
<label>Show buttons</label><!--
--><span class="box" tabindex=0 role=checkbox></span>
<input type="hidden" id="show_buttons" name="show_buttons" value="1">
<input type="hidden" id="show_buttons" name="show_buttons" value="0">
</div>
<div class="Row checkbox" >
@ -242,6 +260,7 @@
<script>
$('#default_fg').val(7);
$('#default_bg').val(0);
$('#cursor_shape').val();
$('#theme').val(0);
function showColor() {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save