]> git.pld-linux.org Git - packages/fbterm.git/blame - fbterm-input.patch
- readded the 256_colors.patch
[packages/fbterm.git] / fbterm-input.patch
CommitLineData
54f743dd 1--- fbterm-1.2/src/input.cpp.old 2008-12-16 21:39:32.000000000 +0100
2+++ fbterm-1.2/src/input.cpp 2008-12-16 21:40:36.000000000 +0100
3@@ -146,6 +146,10 @@ void TtyInput::readyRead(s8 *buf, u32 le
4
5 FbShell *shell = FbShellManager::instance()->activeShell();
6 u32 i, start = 0;
7+ if (shell) {
8+ shell->keyInput(buf, len);
9+ return;
10+ }
11 for (i = 0; i < len; i++) {
12 u32 orig = i;
13 u8 c = buf[i];
This page took 0.055258 seconds and 4 git commands to generate.