JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix bright bg, add ansi chars, more esc seqs
[watch-my-terminal.git] / server.coffee
index 2d008a5..4f9dc14 100644 (file)
@@ -1,6 +1,6 @@
 # SETTINGS
-term_lines = 34
-term_columns = 104
+term_columns = 97
+term_lines = 63
 http_port = 2218