made code more readable

This commit is contained in:
Anselm R. Garbe
2006-07-11 22:49:09 +02:00
parent 48b6e9a396
commit a05beb6585
5 changed files with 67 additions and 70 deletions

2
kb.c
View File

@ -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
};