home · contact · privacy
Set saner minimal terminal size values in web client.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 16 Nov 2020 00:14:58 +0000 (01:14 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 16 Nov 2020 00:14:58 +0000 (01:14 +0100)
rogue_chat_nocanvas_monochrome.html

index 3d45954989044a3ce65f677bfd1beb6ff228b888..0299d6ca771f46216632ff56a97695e9bb9d47ae 100644 (file)
@@ -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>