Mercurial > aewl
diff kb.c @ 20:4560e0882c1d
made code more readable
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Tue, 11 Jul 2006 22:49:09 +0200 |
parents | 1efa34c6e1b6 |
children | 95ffdfd0a819 |
line wrap: on
line diff
--- a/kb.c Tue Jul 11 21:41:49 2006 +0200 +++ b/kb.c Tue Jul 11 22:49:09 2006 +0200 @@ -8,7 +8,7 @@ #include <X11/keysym.h> static const char *term[] = { - "xterm", "-u8", "-bg", "black", "-fg", "white", "-fn", + "xterm", "-bg", "black", "-fg", "white", "-fn", "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*", 0 };