]> git.pld-linux.org Git - packages/fbterm.git/commitdiff
- disabled special keys
authorwitekfl <witekfl@pld-linux.org>
Tue, 16 Dec 2008 20:46:15 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ł could be typed

Changed files:
    fbterm-input.patch -> 1.1

fbterm-input.patch [new file with mode: 0644]

diff --git a/fbterm-input.patch b/fbterm-input.patch
new file mode 100644 (file)
index 0000000..e575749
--- /dev/null
@@ -0,0 +1,13 @@
+--- fbterm-1.2/src/input.cpp.old       2008-12-16 21:39:32.000000000 +0100
++++ fbterm-1.2/src/input.cpp   2008-12-16 21:40:36.000000000 +0100
+@@ -146,6 +146,10 @@ void TtyInput::readyRead(s8 *buf, u32 le
+       FbShell *shell = FbShellManager::instance()->activeShell();
+       u32 i, start = 0;
++      if (shell) {
++              shell->keyInput(buf, len);
++              return;
++      }
+       for (i = 0; i < len; i++) {
+               u32 orig = i;
+               u8 c = buf[i];
This page took 0.135377 seconds and 4 git commands to generate.