comparison src/termhooks.h @ 111237:6788b08ca420

Handle glyphless characters on tty.
author Kenichi Handa <handa@m17n.org>
date Mon, 01 Nov 2010 13:09:26 +0900
parents dbed53d02a01
children ac49e05bfcf2
comparison
equal deleted inserted replaced
111236:b8c31a27c558 111237:6788b08ca420
326 struct Lisp_Vector *vec_next; 326 struct Lisp_Vector *vec_next;
327 327
328 /* Parameter alist of this terminal. */ 328 /* Parameter alist of this terminal. */
329 Lisp_Object param_alist; 329 Lisp_Object param_alist;
330 330
331 /* List of charsets supported by the terminal. It is set by
332 Fset_terminal_coding_system_internal along with
333 the member terminal_coding. */
334 Lisp_Object charset_list;
335
331 /* All fields before `next_terminal' should be Lisp_Object and are traced 336 /* All fields before `next_terminal' should be Lisp_Object and are traced
332 by the GC. All fields afterwards are ignored by the GC. */ 337 by the GC. All fields afterwards are ignored by the GC. */
333 338
334 /* Chain of all terminal devices. */ 339 /* Chain of all terminal devices. */
335 struct terminal *next_terminal; 340 struct terminal *next_terminal;