mirror of
https://github.com/rfivet/uemacs.git
synced 2025-07-26 11:24:26 -04:00
Move globals defines from globals.c.
This commit is contained in:
parent
94d21c96f3
commit
c4becabbc2
@ -223,10 +223,8 @@
|
|||||||
|
|
||||||
/* Internal constants. */
|
/* Internal constants. */
|
||||||
|
|
||||||
#define NFILEN 80 /* # of bytes, file name */
|
|
||||||
#define NSTRING 128 /* # of bytes, string buffers */
|
#define NSTRING 128 /* # of bytes, string buffers */
|
||||||
#define NPAT 128 /* # of bytes, pattern */
|
#define NPAT 128 /* # of bytes, pattern */
|
||||||
#define HUGE 1000 /* Huge number */
|
|
||||||
|
|
||||||
#define CONTROL 0x10000000 /* Control flag, or'ed in */
|
#define CONTROL 0x10000000 /* Control flag, or'ed in */
|
||||||
#define META 0x20000000 /* Meta flag, or'ed in */
|
#define META 0x20000000 /* Meta flag, or'ed in */
|
||||||
|
2
file.h
2
file.h
@ -11,6 +11,8 @@ void cryptbufferkey( struct buffer *bp) ;
|
|||||||
int set_encryption_key( int f, int n) ;
|
int set_encryption_key( int f, int n) ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define NFILEN 80 /* # of bytes, file name */
|
||||||
|
|
||||||
extern boolean restflag ; /* restricted use? */
|
extern boolean restflag ; /* restricted use? */
|
||||||
|
|
||||||
int fileread( int f, int n) ;
|
int fileread( int f, int n) ;
|
||||||
|
4
termio.h
4
termio.h
@ -1,7 +1,9 @@
|
|||||||
#ifndef _TERMIO_H_
|
#ifndef _TERMIO_H_
|
||||||
#define _TERMIO_H_
|
#define _TERMIO_H_
|
||||||
|
|
||||||
extern int ttrow ; /* Row location of HW cursor */
|
#define HUGE 1000 /* Huge number (for row/col) */
|
||||||
|
|
||||||
|
extern int ttrow ; /* Row location of HW cursor */
|
||||||
extern int ttcol ; /* Column location of HW cursor */
|
extern int ttcol ; /* Column location of HW cursor */
|
||||||
|
|
||||||
void ttopen( void) ;
|
void ttopen( void) ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user