summaryrefslogtreecommitdiff
path: root/src/termchar.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-09-26 10:37:16 +0300
committerEli Zaretskii <eliz@gnu.org>2013-09-26 10:37:16 +0300
commitb87c4ff2817e71ca71b028792200b1e069a95e04 (patch)
treebfe00c0655fa02078a9ab2c633ea06d90c4a2064 /src/termchar.h
parentbbc108377873aa6ed7cf21c731770103096eea39 (diff)
parentba355de014b75ed104da4777f909db70d62f2357 (diff)
downloademacs-b87c4ff2817e71ca71b028792200b1e069a95e04.tar.gz
Merge from trunk.
Diffstat (limited to 'src/termchar.h')
-rw-r--r--src/termchar.h4
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
/* There is nothing else here at the moment... */
};
-#ifndef TERMINFO
enum { TERMCAP_BUFFER_SIZE = 4096 };
-#endif
/* Parameters that are shared between frames on the same tty device. */
@@ -78,7 +76,6 @@ struct tty_display_info
mouse-face. */
Mouse_HLInfo mouse_highlight;
-#ifndef TERMINFO
/* Buffer used internally by termcap (see tgetent in the Termcap
manual). Only init_tty should use this. */
char termcap_term_buffer[TERMCAP_BUFFER_SIZE];
@@ -86,7 +83,6 @@ struct tty_display_info
/* Buffer storing terminal description strings (see tgetstr in the
Termcap manual). Only init_tty should use this. */
char termcap_strings_buffer[TERMCAP_BUFFER_SIZE];
-#endif
/* Strings, numbers and flags taken from the termcap entry. */