home · contact · privacy
In the client, different modes of treating linebreaks are avaiable for
[plomrogue] / TODO
diff --git a/TODO b/TODO
index 225a210153625e2a0d1039e8ff67e8f3d9153696..db629412ac2703efbc58d65c8cccc24ffa29b451 100644 (file)
--- a/TODO
+++ b/TODO
@@ -9,6 +9,8 @@ BOTH SERVER/CLIENT:
 
 - make config files format more readable / self-explanatory
 
+- in startup script, pipe server output to log file instead of stdout
+
 SERVER:
 
 - implement field of view / line of sight and obstacles for those on the map
@@ -23,6 +25,4 @@ CLIENT:
 
 - enable toggling of window borders
 
-- enable toggling of showing "\n" in the window content either as newline breaks
-  (as currently) or as " / " (without newline break) for more efficent screen
-  estate use
+- make log scrollable