summaryrefslogtreecommitdiff
path: root/src/termchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/termchar.h')
-rw-r--r--src/termchar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/termchar.h b/src/termchar.h
index c54c1dde061..5b9082917fb 100644
--- a/src/termchar.h
+++ b/src/termchar.h
@@ -182,6 +182,11 @@ struct tty_display_info
/* This is a copy of struct frame's display_method value; needed for
freeing up memory when deleting the tty. */
struct display_method *display_method;
+
+#ifdef MULTI_KBOARD
+ /* The terminal's keyboard object. */
+ struct kboard *kboard;
+#endif
};
/* A chain of structures for all tty devices currently in use. */