212
214
var hist = new History();
214
230
/** Send a line of text to the Python server, wait for its return, and react
215
231
* to its response by writing to the output box.
216
232
* Also maximize the console window if not already.
218
234
function console_enter_line(inputbox, which)
220
238
if (typeof(inputbox) == "string")
222
240
var inputline = inputbox;