envbvs@epb2.lbl.gov (Brian V. Smith) (05/20/89)
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!