JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
csi_H, csi_K, better csi args cleaning/defaults
[watch-my-terminal.git] / server.coffee
index 61d3647..d66b6cd 100644 (file)
@@ -37,7 +37,7 @@ terminal = require('./terminal.coffee')
 
 # SETTINGS
 app.listen(9293)
-term = terminal.new(105, 66)
+term = terminal.new(104, 66)
 
 sockets = []