summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2001-07-04 01:02:37 +0000
committerMichael Jennings <mej@kainx.org>2001-07-04 01:02:37 +0000
commit85fdcf3f30ad68f87961753cac533432d9ade6fc (patch)
tree3ef711e73a166e133e82ca5f64cca816444d8b1b /src/command.h
parentc93158a5955d4df261cafcb87cc5d579d99fb84f (diff)
downloadeterm-85fdcf3f30ad68f87961753cac533432d9ade6fc.tar.gz
Tue Jul 3 18:01:24 2001 Michael Jennings (mej)
All the docs and themes should now be up-to-date. Unless a showstopping bug turns up in the near future, this is pretty much it for 0.9.1. Now we just need some testing to make sure there's nothing horridly wrong.... So you all can test while we finish up the web site and the backgrounds. :-) SVN revision: 4919
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/command.h b/src/command.h
index dab9c31..aa418af 100644
--- a/src/command.h
+++ b/src/command.h
@@ -26,12 +26,9 @@
# include <X11/Xproto.h>
# include <X11/keysym.h>
-# ifdef NO_XLOCALE
+# if defined(NO_XLOCALE) || !defined(HAVE_X11_LOCALE_H)
# include <locale.h>
# else
-# ifndef X_LOCALE
-# define X_LOCALE
-# endif
# include <X11/Xlocale.h>
# endif
@@ -202,7 +199,7 @@ if (test) PrivateModes |= (bit); else PrivateModes &= ~(bit);} while (0)
# endif
#endif
-#define KBUFSZ 12 /* size of keyboard mapping buffer */
+#define KBUFSZ 64 /* size of keyboard mapping buffer */
#define STRING_MAX 512 /* max string size for process_xterm_seq() */
#define ESC_ARGS 32 /* max # of args for esc sequences */