Bug fixes from Scott Schwartz.
Try to make 9term not crash when X errors happen.
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
|
||||
#define GSHORT(p) (((p)[0]<<8)|(p)[1])
|
||||
|
||||
#define putchar dictputchar
|
||||
|
||||
static void putchar(int, int*);
|
||||
|
||||
#define NONE 0xffff
|
||||
|
||||
Reference in New Issue
Block a user