]> git.pld-linux.org Git - packages/fbterm.git/blob - fbterm-input.patch
- updated for 1.3
[packages/fbterm.git] / fbterm-input.patch
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 1.146563 seconds and 3 git commands to generate.