From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 31 Oct 2020 09:31:55 +0000 (+0100)
Subject: Actually hide the textarea.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/booking/edit?a=commitdiff_plain;h=790a8101d22234587704f658aaaa0220019e93c0;p=plomrogue2-experiments

Actually hide the textarea.
---

diff --git a/new2/rogue_chat_nocanvas_monochrome.html b/new2/rogue_chat_nocanvas_monochrome.html
index 89e4025..de0aa6a 100644
--- a/new2/rogue_chat_nocanvas_monochrome.html
+++ b/new2/rogue_chat_nocanvas_monochrome.html
@@ -12,7 +12,7 @@ rows: <input id="n_rows" type="number" step=2 min=10 value=24 />
 cols: <input id="n_cols" type="number" step=4 min=20 value=80 />
 </div>
 <pre id="terminal" style="display: inline-block;"></pre>
-<textarea id="input" style="opacity: 1; width: 10px;"></textarea>
+<textarea id="input" style="opacity: 0; width: 0px;"></textarea>
 <script>
 "use strict";
 let websocket_location = "ws://localhost:8000";