tags 423521 + patch
thanks

Re: Avi Rozen 2007-06-05 <[EMAIL PROTECTED]>
> The following patches seem to fix keyboard problems at my end.
> (based on the current official upstream snapshot).

For convenience, here's the same patch in unified format.

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/
--- wmii-3.6~rc2+20070518.orig/cmd/wmiiloop.sh
+++ wmii-3.6~rc2+20070518/cmd/wmiiloop.sh
@@ -12,7 +12,6 @@
 		arg[1] = "Nop"
 		body = "";
 		writekeys = "wmiir write /keys"
-		print "IFS=''"
 	}
 
 	function addevent() {
--- wmii-3.6~rc2+20070518.orig/rc/wmiirc.sh
+++ wmii-3.6~rc2+20070518/rc/wmiirc.sh
@@ -163,7 +163,7 @@
 EOF
 
 # Feed events to `wmiiloop' for processing
-eval "$(eventstuff | sed 's/^[	]//' | wmiiloop)"
+eval "$(eventstuff | sed 's/^[	]//' | { . wmiiloop; })"
 
 # Functions
 Action() {

Attachment: signature.asc
Description: Digital signature

Reply via email to