From 11690c8e1bcd0b015ab6bdcd253132e398891485 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sat, 16 Feb 2002 23:56:41 +0000 Subject: [PATCH] (struct display_info): Add mouse_face_hidden. --- src/msdos.h | 3 +++ 1 file changed, 3 insertions(+) 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 /* Nonzero means defer mouse-motion highlighting. */ int mouse_face_defer; + + /* Nonzero means that the mouse highlight should not be shown. */ + int mouse_face_hidden; }; /* This is a cut-down version of the one in xterm.h, which see. */ -- 2.39.5