]> code.delx.au - gnu-emacs/blobdiff - src/termchar.h
Expand on previous change.
[gnu-emacs] / src / termchar.h
index 2bac6c682129527a48957a5e98900d59b635c630..feecf510a822b3bb4057afa3e1ff60039535b206 100644 (file)
@@ -1,6 +1,6 @@
 /* Flags and parameters describing terminal's characteristics.
    Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -98,6 +98,15 @@ struct tty_display_info
   int mouse_face_hidden;
 #endif /* !MSDOS */
 
+  /* Buffer used internally by termcap (see tgetent in the Termcap
+     manual).  Only init_tty and delete_tty should change this.  */
+  char *termcap_term_buffer;
+
+  /* Buffer storing terminal description strings (see tgetstr in the
+     Termcap manual).  Only init_tty and delete_tty should change
+     this.  */
+  char *termcap_strings_buffer;
+
   /* Strings, numbers and flags taken from the termcap entry.  */
 
   char *TS_ins_line;           /* "al" */