commit 9184de8ad59873ef66a6195578d85fc257af662c
parent 64cb1b38221ebdfe49e8381421c358cd430c4e49
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Wed, 12 Apr 2006 15:29:03 +0200
fixed bug reported by redondos
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.mk b/config.mk
@@ -8,7 +8,7 @@ MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
-VERSION = 20060412
+VERSION = 3-current
# includes and libs
LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11
diff --git a/rc/wmiirc b/rc/wmiirc
@@ -136,9 +136,9 @@ do
xwrite /view/ctl view `echo $1 | sed 's/.*-//'`;;
$MODKEY-Return)
extern xterm &;;
- $MODKEY-Shift-h)
+ $MODKEY-Shift-$LEFT)
xwrite /view/sel/sel/sel/ctl sendto prev;;
- $MODKEY-Shift-l)
+ $MODKEY-Shift-$RIGHT)
xwrite /view/sel/sel/sel/ctl sendto next;;
$MODKEY-Shift-space)
xwrite /view/sel/sel/sel/ctl sendto toggle;;