From: Christian Heller <c.heller@plomlompom.de> Date: Mon, 16 Nov 2020 00:14:58 +0000 (+0100) Subject: Set saner minimal terminal size values in web client. X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/static/%7B%7Bprefix%7D%7D/%7B%7B%20web_path%20%7D%7D/test.html?a=commitdiff_plain;h=63170d5dd0c58026021d5fb747c596bead34417d;p=plomrogue2 Set saner minimal terminal size values in web client. --- diff --git a/rogue_chat_nocanvas_monochrome.html b/rogue_chat_nocanvas_monochrome.html index 3d45954..0299d6c 100644 --- a/rogue_chat_nocanvas_monochrome.html +++ b/rogue_chat_nocanvas_monochrome.html @@ -4,8 +4,8 @@ </style> </head><body> <div> -terminal rows: <input id="n_rows" type="number" step=4 min=8 value=24 /> -terminal columns: <input id="n_cols" type="number" step=4 min=20 value=80 /> +terminal rows: <input id="n_rows" type="number" step=4 min=24 value=24 /> +terminal columns: <input id="n_cols" type="number" step=4 min=80 value=80 /> </div> <pre id="terminal" style="display: inline-block;"></pre> <textarea id="input" style="opacity: 0; width: 0px;"></textarea>