diff options
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 773e85faabc..9e6cfe2f41d 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -500,7 +500,7 @@ static ptrdiff_t encode_terminal_dst_size; | |||
| 500 | Set CODING->produced to the byte-length of the resulting byte | 500 | Set CODING->produced to the byte-length of the resulting byte |
| 501 | sequence, and return a pointer to that byte sequence. */ | 501 | sequence, and return a pointer to that byte sequence. */ |
| 502 | 502 | ||
| 503 | #ifndef WINDOWSNT | 503 | #ifndef DOS_NT |
| 504 | static | 504 | static |
| 505 | #endif | 505 | #endif |
| 506 | unsigned char * | 506 | unsigned char * |
| @@ -4557,6 +4557,7 @@ bigger, or it may make it blink, or it may do nothing at all. */); | |||
| 4557 | encode_terminal_src = NULL; | 4557 | encode_terminal_src = NULL; |
| 4558 | encode_terminal_dst = NULL; | 4558 | encode_terminal_dst = NULL; |
| 4559 | 4559 | ||
| 4560 | #ifndef MSDOS | ||
| 4560 | DEFSYM (Qtty_menu_next_item, "tty-menu-next-item"); | 4561 | DEFSYM (Qtty_menu_next_item, "tty-menu-next-item"); |
| 4561 | DEFSYM (Qtty_menu_prev_item, "tty-menu-prev-item"); | 4562 | DEFSYM (Qtty_menu_prev_item, "tty-menu-prev-item"); |
| 4562 | DEFSYM (Qtty_menu_next_menu, "tty-menu-next-menu"); | 4563 | DEFSYM (Qtty_menu_next_menu, "tty-menu-next-menu"); |
| @@ -4566,4 +4567,5 @@ bigger, or it may make it blink, or it may do nothing at all. */); | |||
| 4566 | DEFSYM (Qtty_menu_exit, "tty-menu-exit"); | 4567 | DEFSYM (Qtty_menu_exit, "tty-menu-exit"); |
| 4567 | DEFSYM (Qtty_menu_mouse_movement, "tty-menu-mouse-movement"); | 4568 | DEFSYM (Qtty_menu_mouse_movement, "tty-menu-mouse-movement"); |
| 4568 | DEFSYM (Qtty_menu_navigation_map, "tty-menu-navigation-map"); | 4569 | DEFSYM (Qtty_menu_navigation_map, "tty-menu-navigation-map"); |
| 4570 | #endif | ||
| 4569 | } | 4571 | } |