(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.
This commit is contained in:
@@ -311,9 +311,9 @@ struct IConsoleWindow : Window
|
||||
return ES_HANDLED;
|
||||
}
|
||||
|
||||
virtual void InsertTextString(int wid, const char *str)
|
||||
virtual void InsertTextString(int wid, const char *str, bool marked, const char *caret)
|
||||
{
|
||||
if (_iconsole_cmdline.InsertString(str)) {
|
||||
if (_iconsole_cmdline.InsertString(str, marked, caret)) {
|
||||
IConsoleWindow::scroll = 0;
|
||||
IConsoleResetHistoryPos();
|
||||
this->SetDirty();
|
||||
|
Reference in New Issue
Block a user