SOURCES: fbterm-input.patch (NEW) - disabled special keys - ł could be typed

witekfl witekfl at pld-linux.org
Tue Dec 16 21:46:20 CET 2008


Author: witekfl                      Date: Tue Dec 16 20:46:20 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- disabled special keys
- ł could be typed

---- Files affected:
SOURCES:
   fbterm-input.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/fbterm-input.patch
diff -u /dev/null SOURCES/fbterm-input.patch:1.1
--- /dev/null	Tue Dec 16 21:46:21 2008
+++ SOURCES/fbterm-input.patch	Tue Dec 16 21:46:15 2008
@@ -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];
================================================================


More information about the pld-cvs-commit mailing list