Reimplement terminal parameters in C; clean up term.c, create terminal.c.
[bpt/emacs.git] / src / termhooks.h
index cb68c9e..824cef6 100644 (file)
@@ -330,6 +330,9 @@ struct device
      the function `set-keyboard-coding-system'.  */
   struct coding_system *keyboard_coding;
 
+  /* Parameter alist of this terminal.  */
+  Lisp_Object param_alist;
+  
   /* Terminal characteristics. */
   /* XXX Are these really used on non-termcap displays? */