Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!bloom-beacon!tut.cis.ohio-state.edu!ucbvax!pasteur!helios.ee.lbl.gov!epb2.lbl.gov!envbvs From: envbvs@epb2.lbl.gov (Brian V. Smith) Newsgroups: comp.windows.x Subject: xterm not checking the "reverse video" menu item Message-ID: <2687@helios.ee.lbl.gov> Date: 20 May 89 00:42:29 GMT Sender: usenet@helios.ee.lbl.gov Lines: 17 When you set the reverse video mode with the menu in xterm, it fails to put a check mark there. An escape sequence to go to reverse video does check the item in the menu, however. Here is a patch to make it check the entry when chosen with the mouse. The numbers are the approximate line numbers in the file xterm/charproc.c: 2675 case MMENU_VIDEO: 2676 ReverseVideo(term); + 2677 term->flags ^= REVERSE_VIDEO; 2678 break; ______________________________ Brian V. Smith (bvsmith@lbl.gov) Lawrence Berkeley Laboratory We don't need no signatures!