diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 73d7585e8f5..806e038da9a 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -3227,7 +3227,7 @@ tty_menu_activate (tty_menu *menu, int *pane, int *selidx, | |||
| 3227 | faces[1], 1); | 3227 | faces[1], 1); |
| 3228 | 3228 | ||
| 3229 | /* Make sure the menu title is always displayed with | 3229 | /* Make sure the menu title is always displayed with |
| 3230 | `msdos-menu-active-face', no matter where the mouse pointer is. */ | 3230 | `tty-menu-selected-face', no matter where the mouse pointer is. */ |
| 3231 | for (i = 0; i < 4; i++) | 3231 | for (i = 0; i < 4; i++) |
| 3232 | title_faces[i] = faces[3]; | 3232 | title_faces[i] = faces[3]; |
| 3233 | 3233 | ||