mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
CShellWindow: disable not required screean saving on text paint
This commit is contained in:
@@ -92,6 +92,7 @@ void CShellWindow::exec()
|
||||
list<std::string> lines;
|
||||
CBox textBoxPosition(frameBuffer->getScreenX(), frameBuffer->getScreenX(), w_shell, h_shell);
|
||||
textBox = new CTextBox(cmd.c_str(), font, CTextBox::BOTTOM, &textBoxPosition);
|
||||
textBox->enableSaveScreen(false);
|
||||
struct pollfd fds;
|
||||
fds.fd = fileno(f);
|
||||
fds.events = POLLIN | POLLHUP | POLLERR;
|
||||
|
Reference in New Issue
Block a user