aboutsummaryrefslogtreecommitdiff
path: root/kb.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <[email protected]>2006-07-11 22:49:09 +0200
committerAnselm R. Garbe <[email protected]>2006-07-11 22:49:09 +0200
commita05beb6585713aeb661cf30c080e77fbfdb28867 (patch)
tree39ce730b165187a50026db1834bd7b2f6f010ec8 /kb.c
parentadded basic mouse support (actually we don't need more) (diff)
downloadseiwm-a05beb6585713aeb661cf30c080e77fbfdb28867.tar.xz
seiwm-a05beb6585713aeb661cf30c080e77fbfdb28867.zip
made code more readable
Diffstat (limited to 'kb.c')
-rw-r--r--kb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kb.c b/kb.c
index 7caae15..b9cf1cb 100644
--- a/kb.c
+++ b/kb.c
@@ -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
};