mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +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;
|
list<std::string> lines;
|
||||||
CBox textBoxPosition(frameBuffer->getScreenX(), frameBuffer->getScreenX(), w_shell, h_shell);
|
CBox textBoxPosition(frameBuffer->getScreenX(), frameBuffer->getScreenX(), w_shell, h_shell);
|
||||||
textBox = new CTextBox(cmd.c_str(), font, CTextBox::BOTTOM, &textBoxPosition);
|
textBox = new CTextBox(cmd.c_str(), font, CTextBox::BOTTOM, &textBoxPosition);
|
||||||
|
textBox->enableSaveScreen(false);
|
||||||
struct pollfd fds;
|
struct pollfd fds;
|
||||||
fds.fd = fileno(f);
|
fds.fd = fileno(f);
|
||||||
fds.events = POLLIN | POLLHUP | POLLERR;
|
fds.events = POLLIN | POLLHUP | POLLERR;
|
||||||
|
Reference in New Issue
Block a user