comparison lisp/float-sup.el @ 1042:41b77a76b885

* dispnew.c: Incude "systty.h", not "systerm.h". * dispnew.c (update_frame): Change the way we handle cursor_in_echo_area. Firstly, ignore this if the frame we're updating doesn't have a minibuffer. Secondly, don't handle the selected frame specially. Thirdly, don't assume that the minibuffer is only one line high. If cursor_in_echo_area < 0, put the cursor in the upper-left corner; if cursor_in_echo_area > 0, put it on the lowest non-empty line in the minibuffer window, or on the top line. * dispnew.c (direct_output_for_insert): Fail if cursor_in_echo_area is set; we don't want to do the typing there. (direct_output_for_insert): Same.
author Jim Blandy <jimb@redhat.com>
date Sat, 29 Aug 1992 02:55:05 +0000
parents 213978acbc1e
children 83f275dcd93a
comparison
equal deleted inserted replaced
1041:da04b25b1759 1042:41b77a76b885