diff options
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index b9358896bae..e71c1159f0c 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -328,6 +328,11 @@ struct terminal | |||
| 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 | ||