diff options
| -rw-r--r-- | src/dispextern.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 8c86967c538..e157a2ff3e6 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2801,6 +2801,10 @@ extern void delete_tty P_ ((struct display *)); | |||
| 2801 | extern void fatal P_ ((/* char *, ... */)); | 2801 | extern void fatal P_ ((/* char *, ... */)); |
| 2802 | extern void cursor_to P_ ((int, int)); | 2802 | extern void cursor_to P_ ((int, int)); |
| 2803 | extern int tty_capable_p P_ ((struct tty_display_info *, unsigned, unsigned long, unsigned long)); | 2803 | extern int tty_capable_p P_ ((struct tty_display_info *, unsigned, unsigned long, unsigned long)); |
| 2804 | extern void tty_set_terminal_modes P_ ((struct display *)); | ||
| 2805 | extern void tty_reset_terminal_modes P_ ((struct display *)); | ||
| 2806 | extern void create_tty_output P_ ((struct frame *)); | ||
| 2807 | |||
| 2804 | 2808 | ||
| 2805 | /* Defined in scroll.c */ | 2809 | /* Defined in scroll.c */ |
| 2806 | 2810 | ||