Fix a bug where the caret would disappear in the commander's input box after opening the editor. This was fixed by removing the code from Scintilla that creates/destroys a caret. When Scintilla is the only editor, this behavior makes sense, but when Scintilla is part of a larger program, it causes problems.