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 diff
     1.1 --- a/kb.c	Tue Jul 11 21:41:49 2006 +0200
     1.2 +++ b/kb.c	Tue Jul 11 22:49:09 2006 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  #include <X11/keysym.h>
     1.5  
     1.6  static const char *term[] = { 
     1.7 -	"xterm", "-u8", "-bg", "black", "-fg", "white", "-fn",
     1.8 +	"xterm", "-bg", "black", "-fg", "white", "-fn",
     1.9  	"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*", 0 
    1.10  };
    1.11