diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/msdos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/msdos.h b/src/msdos.h index 7b48493a99d..a0e33a69fe5 100644 --- a/src/msdos.h +++ b/src/msdos.h | |||
| @@ -80,6 +80,9 @@ struct display_info | |||
| 80 | 80 | ||
| 81 | /* Nonzero means defer mouse-motion highlighting. */ | 81 | /* Nonzero means defer mouse-motion highlighting. */ |
| 82 | int mouse_face_defer; | 82 | int mouse_face_defer; |
| 83 | |||
| 84 | /* Nonzero means that the mouse highlight should not be shown. */ | ||
| 85 | int mouse_face_hidden; | ||
| 83 | }; | 86 | }; |
| 84 | 87 | ||
| 85 | /* This is a cut-down version of the one in xterm.h, which see. */ | 88 | /* This is a cut-down version of the one in xterm.h, which see. */ |