| 69 | } |
| 70 | |
| 71 | void ConsoleTab::SetText(const char* text) { |
| 72 | SetWindowTextW(console_, i18n::to_wide(text).c_str()); |
| 73 | } |
| 74 | |
| 75 | void ConsoleTab::AppendText(const std::string& text) { |
| 76 | int ctl_len = GetWindowTextLengthW(console_); |
no test coverage detected