1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Partial move configuration options out of estruct.h.

This commit is contained in:
2013-10-11 14:09:29 +08:00
parent c4becabbc2
commit da813d2efc
8 changed files with 20 additions and 31 deletions

View File

@@ -1,6 +1,8 @@
#ifndef _TERMIO_H_
#define _TERMIO_H_
#define TYPEAH 1 /* type ahead causes update to be skipped */
#define HUGE 1000 /* Huge number (for row/col) */
extern int ttrow ; /* Row location of HW cursor */