| version 1.9, 2000/05/01 12:30:30 |
version 1.10, 2000/05/20 15:12:15 |
|
|
| struct __line { |
struct __line { |
| #define __ISDIRTY 0x01 /* Line is dirty. */ |
#define __ISDIRTY 0x01 /* Line is dirty. */ |
| #define __ISPASTEOL 0x02 /* Cursor is past end of line */ |
#define __ISPASTEOL 0x02 /* Cursor is past end of line */ |
| #define __FORCEPAINT 0x04 /* Force a repaint of the line */ |
|
| unsigned int flags; |
unsigned int flags; |
| unsigned int hash; /* Hash value for the line. */ |
unsigned int hash; /* Hash value for the line. */ |
| int *firstchp, *lastchp; /* First and last chngd columns ptrs */ |
int *firstchp, *lastchp; /* First and last chngd columns ptrs */ |
| Line 126 void __stop_signal_handler(int signo); |
|
| Line 125 void __stop_signal_handler(int signo); |
|
| int __stopwin(void); |
int __stopwin(void); |
| void __swflags(WINDOW *win); |
void __swflags(WINDOW *win); |
| int __timeout(int delay); |
int __timeout(int delay); |
| int __touchline(WINDOW *win, int y, int sx, int ex, int force); |
int __touchline(WINDOW *win, int y, int sx, int ex); |
| int __touchwin(WINDOW *win); |
int __touchwin(WINDOW *win); |
| char *__tscroll(const char *cap, int n1, int n2); |
char *__tscroll(const char *cap, int n1, int n2); |
| void __unsetattr(int); |
void __unsetattr(int); |