annotate lisp/=term-nasty.el @ 27019:3956e87adf2d

Changes for supporting mouse/modeline highlight and help echo features: (dos_set_window_size) [__DJGPP__ > 1]: If the frame dimensions changed, invalidate the mouse highlight info. (disable_mouse_highlight, help_echo, previous_help_echo): New variables. (IT_set_mouse_pointer, show_mouse_face, clear_mouse_face) (fast_find_position, IT_note_mode_line_highlight) (IT_note_mouse_highlight): New functions. (IT_update_begin): If the redisplay affects the window where the mouse highlight is, clear the highlight. If the frame where the highlight was displayed was killed, invalidate the highlight info. (IT_update_end): Reset the highlight flag. Reset the mouse highlight-defer flag. (IT_frame_up_to_date): New function, if mouse highlight was deferred due to GC, do it now. (internal_terminal_init): Initialize mouse-highlight related members of the_only_x_display. Assign IT_frame_up_to_date to frame_up_to_date_hook. (dos_rawgetc): If the mouse moved, update mouse highlight. If help_echo changed value, generate a HELP_EVENT event. (syms_of_msdos): Staticpro help_echo and previous_help_echo.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 28 Dec 1999 15:59:34 +0000
parents 9d4205d1e460
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
657
fec3f9a1e3e5 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 83
diff changeset
1 ;;; term-nasty.el --- Damned Things from terminfo.el
83
aafe1b6c4ab7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
2
14527
3938a0350eea Censored.
Richard M. Stallman <rms@gnu.org>
parents: 897
diff changeset
3 ;;; This text is no longer included in Emacs, because it was censored
3938a0350eea Censored.
Richard M. Stallman <rms@gnu.org>
parents: 897
diff changeset
4 ;;; by the Communications Decency Act. The law was promoted as a ban
3938a0350eea Censored.
Richard M. Stallman <rms@gnu.org>
parents: 897
diff changeset
5 ;;; on pornography, but it bans far more than that. This file did not
14541
9d4205d1e460 Fix typo.
Richard M. Stallman <rms@gnu.org>
parents: 14527
diff changeset
6 ;;; contain pornography, but it was prohibited nonetheless.
83
aafe1b6c4ab7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
7
14527
3938a0350eea Censored.
Richard M. Stallman <rms@gnu.org>
parents: 897
diff changeset
8 ;;; For information on US government censorship of the Internet, and
3938a0350eea Censored.
Richard M. Stallman <rms@gnu.org>
parents: 897
diff changeset
9 ;;; what you can do to bring back freedom of the press, see the web
3938a0350eea Censored.
Richard M. Stallman <rms@gnu.org>
parents: 897
diff changeset
10 ;;; site http://www.vtw.org/
657
fec3f9a1e3e5 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 83
diff changeset
11
fec3f9a1e3e5 *** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 83
diff changeset
12 ;;; term-nasty.el ends here