xterm.patch 271 B

1234567891011121314
  1. --- xterm.h.orig Mon Mar 10 00:39:14 2003
  2. +++ xterm.h Sun Mar 23 09:09:14 2003
  3. @@ -41,6 +41,10 @@
  4. #ifndef included_xterm_h
  5. #define included_xterm_h
  6. +#ifndef OPT_PTY_HANDSHAKE
  7. +#define OPT_PTY_HANDSHAKE 0
  8. +#endif
  9. +
  10. #ifdef HAVE_CONFIG_H
  11. #include <xtermcfg.h>
  12. #endif