JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
wrap lines in <code>s not <divs>
[watch-my-terminal.git] / server.coffee
index 5beaa97..adf1d55 100644 (file)
@@ -37,7 +37,7 @@ terminal = require('./terminal.coffee')
 
 # SETTINGS
 app.listen(2218)
-term = terminal.new(104, 66)
+term = terminal.new(104, 34)
 
 sockets = []