diff options
| author | Eli Zaretskii | 2013-09-26 10:37:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-09-26 10:37:16 +0300 |
| commit | b87c4ff2817e71ca71b028792200b1e069a95e04 (patch) | |
| tree | bfe00c0655fa02078a9ab2c633ea06d90c4a2064 /src/termchar.h | |
| parent | bbc108377873aa6ed7cf21c731770103096eea39 (diff) | |
| parent | ba355de014b75ed104da4777f909db70d62f2357 (diff) | |
| download | emacs-b87c4ff2817e71ca71b028792200b1e069a95e04.tar.gz emacs-b87c4ff2817e71ca71b028792200b1e069a95e04.zip | |
Merge from trunk.
Diffstat (limited to 'src/termchar.h')
| -rw-r--r-- | src/termchar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/termchar.h b/src/termchar.h index 9dea46f0b76..031f4e4034b 100644 --- a/src/termchar.h +++ b/src/termchar.h | |||
| @@ -30,9 +30,7 @@ struct tty_output | |||
| 30 | /* There is nothing else here at the moment... */ | 30 | /* There is nothing else here at the moment... */ |
| 31 | }; | 31 | }; |
| 32 | 32 | ||
| 33 | #ifndef TERMINFO | ||
| 34 | enum { TERMCAP_BUFFER_SIZE = 4096 }; | 33 | enum { TERMCAP_BUFFER_SIZE = 4096 }; |
| 35 | #endif | ||
| 36 | 34 | ||
| 37 | /* Parameters that are shared between frames on the same tty device. */ | 35 | /* Parameters that are shared between frames on the same tty device. */ |
| 38 | 36 | ||
| @@ -78,7 +76,6 @@ struct tty_display_info | |||
| 78 | mouse-face. */ | 76 | mouse-face. */ |
| 79 | Mouse_HLInfo mouse_highlight; | 77 | Mouse_HLInfo mouse_highlight; |
| 80 | 78 | ||
| 81 | #ifndef TERMINFO | ||
| 82 | /* Buffer used internally by termcap (see tgetent in the Termcap | 79 | /* Buffer used internally by termcap (see tgetent in the Termcap |
| 83 | manual). Only init_tty should use this. */ | 80 | manual). Only init_tty should use this. */ |
| 84 | char termcap_term_buffer[TERMCAP_BUFFER_SIZE]; | 81 | char termcap_term_buffer[TERMCAP_BUFFER_SIZE]; |
| @@ -86,7 +83,6 @@ struct tty_display_info | |||
| 86 | /* Buffer storing terminal description strings (see tgetstr in the | 83 | /* Buffer storing terminal description strings (see tgetstr in the |
| 87 | Termcap manual). Only init_tty should use this. */ | 84 | Termcap manual). Only init_tty should use this. */ |
| 88 | char termcap_strings_buffer[TERMCAP_BUFFER_SIZE]; | 85 | char termcap_strings_buffer[TERMCAP_BUFFER_SIZE]; |
| 89 | #endif | ||
| 90 | 86 | ||
| 91 | /* Strings, numbers and flags taken from the termcap entry. */ | 87 | /* Strings, numbers and flags taken from the termcap entry. */ |
| 92 | 88 | ||