update demo content for github pages

cpsdqs/unified-input
Ondřej Hruška 7 years ago
parent 810782a7f2
commit a78db76327
  1. 2
      _debug_replacements.php
  2. 6
      base.php
  3. 1
      build.sh
  4. 2
      jssrc/term_screen.js

@ -75,7 +75,7 @@ return [
'term_height' => '25',
'default_bg' => '0',
'default_fg' => '7',
'show_buttons' => '1',
'show_buttons' => '0',
'show_config_links' => '1',
'uart_baud' => 115200,

File diff suppressed because one or more lines are too long

@ -21,6 +21,7 @@ npm run sass -- --output-style compressed sass/app.scss css/app.css
echo 'Building HTML...'
rm out/*
php ./dump_js_lang.php
php ./compile_html.php

@ -905,6 +905,8 @@ class TermScreen {
loadContent (str) {
// current index
let i = 0
// Uncomment to capture screen content for the demo page
// console.log(JSON.stringify(`S${str}`))
// window size
const newHeight = parse2B(str, i)

Loading…
Cancel
Save