Fix bug #2825102; The full contents of the commander's input is now run when Execute is pressed, instead of only the first 255 chars.
The problem was that getcombobox() only read MAX_BUFFER_SIZE bytes into its input string. Since this was only called in one place, my fix was to inlined the function and have it read the entire buffer.