From 63170d5dd0c58026021d5fb747c596bead34417d Mon Sep 17 00:00:00 2001 From: Christian Heller <c.heller@plomlompom.de> Date: Mon, 16 Nov 2020 01:14:58 +0100 Subject: [PATCH] Set saner minimal terminal size values in web client. --- rogue_chat_nocanvas_monochrome.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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> -- 2.30.2