CShellWindow: disable not required screean saving on text paint

Origin commit data
------------------
Commit: cc49d5a714
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-05-24 (Sun, 24 May 2015)
This commit is contained in:
2015-05-24 20:57:21 +02:00
parent 157133c87b
commit 2bd047c6a1

View File

@@ -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;