diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-07-30 03:26:37 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-07-30 03:26:37 +0000 |
| commit | f1909e979cba3f94e15edbc3e12c568c9b68ca8d (patch) | |
| tree | fc782a75337a769b021529e4b80cd6215bae1a43 /lib | |
| parent | 4eb8b1640da7e94f86d06b6e1be9f88fb33663c9 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libncurses/curses.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libncurses/curses.h b/lib/libncurses/curses.h index 8969db1c5d0f..a3acc533994c 100644 --- a/lib/libncurses/curses.h +++ b/lib/libncurses/curses.h @@ -162,7 +162,9 @@ extern int LINES, COLS; extern "C" { #endif +#if 0 /* MYTINFO not have it */ extern char ttytype[]; /* needed for backward compatibility */ +#endif extern int tigetflag(char *); extern int tigetnum(char *); |
