# HG changeset patch # User Atul Varma # Date 1210845618 25200 # Node ID ee7175b1f6bea6cc0ad11bb5e9fce0d858356c70 # Parent 832c043dfd479c68b79cc629ff76495ee7f3bd2d Increased column width of console to 80 characters. diff -r 832c043dfd47 -r ee7175b1f6be trivial-zui.js --- a/trivial-zui.js Thu May 15 02:56:45 2008 -0700 +++ b/trivial-zui.js Thu May 15 03:00:18 2008 -0700 @@ -5,7 +5,7 @@ var contentLeft = $("#content").get(0).offsetLeft + "px"; $("#top-window").get(0).style.left = contentLeft; - this._size = [70, 255]; + this._size = [80, 255]; this._console = null; this._activeWindow = 0; this._inputString = "";