diff options
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/term.c b/src/term.c index f86d71ac2f4..877d43b89d9 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -2739,7 +2739,7 @@ DEFUN ("gpm-mouse-stop", Fgpm_mouse_stop, Sgpm_mouse_stop, | |||
| 2739 | Menus | 2739 | Menus |
| 2740 | ***********************************************************************/ | 2740 | ***********************************************************************/ |
| 2741 | 2741 | ||
| 2742 | #if defined (HAVE_MENUS) && !defined (MSDOS) | 2742 | #if !defined (MSDOS) |
| 2743 | 2743 | ||
| 2744 | /* TTY menu implementation and main ideas are borrowed from msdos.c. | 2744 | /* TTY menu implementation and main ideas are borrowed from msdos.c. |
| 2745 | 2745 | ||
| @@ -3816,7 +3816,7 @@ tty_menu_show (struct frame *f, int x, int y, bool for_click, bool keymaps, | |||
| 3816 | return entry; | 3816 | return entry; |
| 3817 | } | 3817 | } |
| 3818 | 3818 | ||
| 3819 | #endif /* HAVE_MENUS && !MSDOS */ | 3819 | #endif /* !MSDOS */ |
| 3820 | 3820 | ||
| 3821 | 3821 | ||
| 3822 | #ifndef MSDOS | 3822 | #ifndef MSDOS |
| @@ -3825,7 +3825,7 @@ tty_menu_show (struct frame *f, int x, int y, bool for_click, bool keymaps, | |||
| 3825 | ***********************************************************************/ | 3825 | ***********************************************************************/ |
| 3826 | 3826 | ||
| 3827 | /* Initialize the tty-dependent part of frame F. The frame must | 3827 | /* Initialize the tty-dependent part of frame F. The frame must |
| 3828 | already have its device initialized. */ | 3828 | already have its device initialized. */ |
| 3829 | 3829 | ||
| 3830 | void | 3830 | void |
| 3831 | create_tty_output (struct frame *f) | 3831 | create_tty_output (struct frame *f) |
| @@ -3839,7 +3839,7 @@ create_tty_output (struct frame *f) | |||
| 3839 | f->output_data.tty = t; | 3839 | f->output_data.tty = t; |
| 3840 | } | 3840 | } |
| 3841 | 3841 | ||
| 3842 | /* Delete frame F's face cache, and its tty-dependent part. */ | 3842 | /* Delete frame F's face cache, and its tty-dependent part. */ |
| 3843 | 3843 | ||
| 3844 | static void | 3844 | static void |
| 3845 | tty_free_frame_resources (struct frame *f) | 3845 | tty_free_frame_resources (struct frame *f) |
| @@ -3854,7 +3854,7 @@ tty_free_frame_resources (struct frame *f) | |||
| 3854 | 3854 | ||
| 3855 | #else /* MSDOS */ | 3855 | #else /* MSDOS */ |
| 3856 | 3856 | ||
| 3857 | /* Delete frame F's face cache. */ | 3857 | /* Delete frame F's face cache. */ |
| 3858 | 3858 | ||
| 3859 | static void | 3859 | static void |
| 3860 | tty_free_frame_resources (struct frame *f) | 3860 | tty_free_frame_resources (struct frame *f) |