Bug fixes from Scott Schwartz.

Try to make 9term not crash when X errors happen.
This commit is contained in:
rsc 2004-03-26 03:45:55 +00:00
parent eeb7312231
commit 6b2d0fd946
4 changed files with 9 additions and 1 deletions

View file

@ -11,6 +11,8 @@
#define GSHORT(p) (((p)[0]<<8)|(p)[1])
#define putchar dictputchar
static void putchar(int, int*);
#define NONE 0xffff