Mercurial > emacs
annotate src/dispnew.c @ 13493:b8e29fa6b63a
(makefile-space-face): Don't list in facemenu.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 10 Nov 1995 18:58:37 +0000 |
parents | 89f89cadc30d |
children | 34382f4e23cb |
rev | line source |
---|---|
314 | 1 /* Updating of data structures for redisplay. |
11235 | 2 Copyright (C) 1985, 86, 87, 88, 93, 94, 95 Free Software Foundation, Inc. |
314 | 3 |
4 This file is part of GNU Emacs. | |
5 | |
6 GNU Emacs is free software; you can redistribute it and/or modify | |
7 it under the terms of the GNU General Public License as published by | |
1777
4edfaa19c7a7
* window.c (window_internal_width): New function.
Jim Blandy <jimb@redhat.com>
parents:
1766
diff
changeset
|
8 the Free Software Foundation; either version 2, or (at your option) |
314 | 9 any later version. |
10 | |
11 GNU Emacs is distributed in the hope that it will be useful, | |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 GNU General Public License for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
17 along with GNU Emacs; see the file COPYING. If not, write to | |
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |
19 | |
20 | |
21 #include <signal.h> | |
22 | |
4696
1fc792473491
Include <config.h> instead of "config.h".
Roland McGrath <roland@gnu.org>
parents:
4551
diff
changeset
|
23 #include <config.h> |
7900
60795e826dad
Put stdio.h after config.h.
Richard M. Stallman <rms@gnu.org>
parents:
7814
diff
changeset
|
24 |
60795e826dad
Put stdio.h after config.h.
Richard M. Stallman <rms@gnu.org>
parents:
7814
diff
changeset
|
25 #include <stdio.h> |
314 | 26 #include <ctype.h> |
27 | |
3525
58e789baa27a
Include lisp.h earlier (before termhooks.h).
Richard M. Stallman <rms@gnu.org>
parents:
3517
diff
changeset
|
28 #include "lisp.h" |
314 | 29 #include "termchar.h" |
30 #include "termopts.h" | |
2198 | 31 #include "termhooks.h" |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
32 #ifdef HAVE_NTGUI |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
33 #include "dispextern.h" |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
34 #include "cm.h" |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
35 #else |
314 | 36 #include "cm.h" |
37 #include "dispextern.h" | |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
38 #endif /* HAVE_NTGUI */ |
314 | 39 #include "buffer.h" |
764 | 40 #include "frame.h" |
314 | 41 #include "window.h" |
42 #include "commands.h" | |
43 #include "disptab.h" | |
44 #include "indent.h" | |
4384
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
45 #include "intervals.h" |
314 | 46 |
1042
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
47 #include "systty.h" |
12917 | 48 #include "syssignal.h" |
554 | 49 |
314 | 50 #ifdef HAVE_X_WINDOWS |
51 #include "xterm.h" | |
52 #endif /* HAVE_X_WINDOWS */ | |
53 | |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
54 #ifdef HAVE_NTGUI |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
55 #include "w32term.h" |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
56 #endif /* HAVE_NTGUI */ |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
57 |
7808
52e2eb6245d4
Include systime.h after xterm.h.
Richard M. Stallman <rms@gnu.org>
parents:
7648
diff
changeset
|
58 /* Include systime.h after xterm.h to avoid double inclusion of time.h. */ |
52e2eb6245d4
Include systime.h after xterm.h.
Richard M. Stallman <rms@gnu.org>
parents:
7648
diff
changeset
|
59 #include "systime.h" |
52e2eb6245d4
Include systime.h after xterm.h.
Richard M. Stallman <rms@gnu.org>
parents:
7648
diff
changeset
|
60 |
7558
8497bcb9fb8e
(PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,
Richard M. Stallman <rms@gnu.org>
parents:
7530
diff
changeset
|
61 #include <errno.h> |
8497bcb9fb8e
(PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,
Richard M. Stallman <rms@gnu.org>
parents:
7530
diff
changeset
|
62 |
314 | 63 #define max(a, b) ((a) > (b) ? (a) : (b)) |
64 #define min(a, b) ((a) < (b) ? (a) : (b)) | |
65 | |
66 /* Get number of chars of output now in the buffer of a stdio stream. | |
67 This ought to be built in in stdio, but it isn't. | |
68 Some s- files override this because their stdio internals differ. */ | |
5214
c4bf07b226be
(PENDING_OUTPUT_COUNT) [__GNU_LIBRARY__]: Alternate definition for the GNU
Roland McGrath <roland@gnu.org>
parents:
5083
diff
changeset
|
69 #ifdef __GNU_LIBRARY__ |
7444 | 70 /* The s- file might have overridden the definition with one that works for |
71 the system's C library. But we are using the GNU C library, so this is | |
72 the right definition for every system. */ | |
7558
8497bcb9fb8e
(PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,
Richard M. Stallman <rms@gnu.org>
parents:
7530
diff
changeset
|
73 #ifdef GNU_LIBRARY_PENDING_OUTPUT_COUNT |
8497bcb9fb8e
(PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,
Richard M. Stallman <rms@gnu.org>
parents:
7530
diff
changeset
|
74 #define PENDING_OUTPUT_COUNT GNU_LIBRARY_PENDING_OUTPUT_COUNT |
8497bcb9fb8e
(PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,
Richard M. Stallman <rms@gnu.org>
parents:
7530
diff
changeset
|
75 #else |
7443
a9cb818e5316
[__GNU_LIBRARY__]: Redefine PENDING_OUTPUT_COUNT even if already defined.
Roland McGrath <roland@gnu.org>
parents:
7247
diff
changeset
|
76 #undef PENDING_OUTPUT_COUNT |
5214
c4bf07b226be
(PENDING_OUTPUT_COUNT) [__GNU_LIBRARY__]: Alternate definition for the GNU
Roland McGrath <roland@gnu.org>
parents:
5083
diff
changeset
|
77 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__bufp - (FILE)->__buffer) |
7558
8497bcb9fb8e
(PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,
Richard M. Stallman <rms@gnu.org>
parents:
7530
diff
changeset
|
78 #endif |
8497bcb9fb8e
(PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,
Richard M. Stallman <rms@gnu.org>
parents:
7530
diff
changeset
|
79 #else /* not __GNU_LIBRARY__ */ |
7443
a9cb818e5316
[__GNU_LIBRARY__]: Redefine PENDING_OUTPUT_COUNT even if already defined.
Roland McGrath <roland@gnu.org>
parents:
7247
diff
changeset
|
80 #ifndef PENDING_OUTPUT_COUNT |
314 | 81 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base) |
82 #endif | |
5214
c4bf07b226be
(PENDING_OUTPUT_COUNT) [__GNU_LIBRARY__]: Alternate definition for the GNU
Roland McGrath <roland@gnu.org>
parents:
5083
diff
changeset
|
83 #endif |
314 | 84 |
10770
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
85 static void change_frame_size_1 (); |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
86 |
554 | 87 /* Nonzero upon entry to redisplay means do not assume anything about |
764 | 88 current contents of actual terminal frame; clear and redraw it. */ |
314 | 89 |
764 | 90 int frame_garbaged; |
314 | 91 |
92 /* Nonzero means last display completed. Zero means it was preempted. */ | |
93 | |
94 int display_completed; | |
95 | |
96 /* Lisp variable visible-bell; enables use of screen-flash | |
97 instead of audible bell. */ | |
98 | |
99 int visible_bell; | |
100 | |
764 | 101 /* Invert the color of the whole frame, at a low level. */ |
314 | 102 |
103 int inverse_video; | |
104 | |
105 /* Line speed of the terminal. */ | |
106 | |
107 int baud_rate; | |
108 | |
109 /* nil or a symbol naming the window system under which emacs is | |
110 running ('x is the only current possibility). */ | |
111 | |
112 Lisp_Object Vwindow_system; | |
113 | |
114 /* Version number of X windows: 10, 11 or nil. */ | |
115 Lisp_Object Vwindow_system_version; | |
116 | |
117 /* Vector of glyph definitions. Indexed by glyph number, | |
118 the contents are a string which is how to output the glyph. | |
119 | |
120 If Vglyph_table is nil, a glyph is output by using its low 8 bits | |
121 as a character code. */ | |
122 | |
123 Lisp_Object Vglyph_table; | |
124 | |
125 /* Display table to use for vectors that don't specify their own. */ | |
126 | |
127 Lisp_Object Vstandard_display_table; | |
128 | |
129 /* Nonzero means reading single-character input with prompt | |
708 | 130 so put cursor on minibuffer after the prompt. |
131 positive means at end of text in echo area; | |
132 negative means at beginning of line. */ | |
314 | 133 int cursor_in_echo_area; |
13220
2e9014617492
(Qdisplay_table): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13105
diff
changeset
|
134 |
2e9014617492
(Qdisplay_table): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13105
diff
changeset
|
135 Lisp_Object Qdisplay_table; |
314 | 136 |
764 | 137 /* The currently selected frame. |
9572 | 138 In a single-frame version, this variable always holds the address of |
139 the_only_frame. */ | |
314 | 140 |
764 | 141 FRAME_PTR selected_frame; |
314 | 142 |
764 | 143 /* A frame which is not just a minibuffer, or 0 if there are no such |
144 frames. This is usually the most recent such frame that was | |
9572 | 145 selected. In a single-frame version, this variable always holds |
146 the address of the_only_frame. */ | |
764 | 147 FRAME_PTR last_nonminibuf_frame; |
732 | 148 |
764 | 149 /* In a single-frame version, the information that would otherwise |
986
83605f96f58e
* dispnew.c (the_only_frame): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
960
diff
changeset
|
150 exist inside frame objects lives in the following structure instead. |
83605f96f58e
* dispnew.c (the_only_frame): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
960
diff
changeset
|
151 |
83605f96f58e
* dispnew.c (the_only_frame): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
960
diff
changeset
|
152 NOTE: the_only_frame is not checked for garbage collection; don't |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3525
diff
changeset
|
153 store collectible objects in any of its fields! |
986
83605f96f58e
* dispnew.c (the_only_frame): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
960
diff
changeset
|
154 |
83605f96f58e
* dispnew.c (the_only_frame): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
960
diff
changeset
|
155 You're not/The only frame in town/... */ |
314 | 156 |
764 | 157 #ifndef MULTI_FRAME |
158 struct frame the_only_frame; | |
732 | 159 #endif |
314 | 160 |
161 /* This is a vector, made larger whenever it isn't large enough, | |
764 | 162 which is used inside `update_frame' to hold the old contents |
163 of the FRAME_PHYS_LINES of the frame being updated. */ | |
164 struct frame_glyphs **ophys_lines; | |
314 | 165 /* Length of vector currently allocated. */ |
166 int ophys_lines_length; | |
167 | |
168 FILE *termscript; /* Stdio stream being used for copy of all output. */ | |
169 | |
170 struct cm Wcm; /* Structure for info on cursor positioning */ | |
171 | |
172 extern short ospeed; /* Output speed (from sg_ospeed) */ | |
173 | |
174 int delayed_size_change; /* 1 means SIGWINCH happened when not safe. */ | |
175 | |
764 | 176 #ifdef MULTI_FRAME |
314 | 177 |
764 | 178 DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, 0, |
179 "Clear frame FRAME and output again what is supposed to appear on it.") | |
180 (frame) | |
181 Lisp_Object frame; | |
314 | 182 { |
764 | 183 FRAME_PTR f; |
314 | 184 |
764 | 185 CHECK_LIVE_FRAME (frame, 0); |
186 f = XFRAME (frame); | |
187 update_begin (f); | |
314 | 188 /* set_terminal_modes (); */ |
764 | 189 clear_frame (); |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
190 clear_frame_records (f); |
764 | 191 update_end (f); |
314 | 192 fflush (stdout); |
193 windows_or_buffers_changed++; | |
194 /* Mark all windows as INaccurate, | |
195 so that every window will have its redisplay done. */ | |
764 | 196 mark_window_display_accurate (FRAME_ROOT_WINDOW (f), 0); |
197 f->garbaged = 0; | |
314 | 198 return Qnil; |
199 } | |
200 | |
764 | 201 redraw_frame (f) |
202 FRAME_PTR f; | |
314 | 203 { |
764 | 204 Lisp_Object frame; |
9264
9338a124ea84
(redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros instead
Karl Heuer <kwzh@gnu.org>
parents:
8903
diff
changeset
|
205 XSETFRAME (frame, f); |
764 | 206 Fredraw_frame (frame); |
314 | 207 } |
208 | |
2252
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
209 #else |
314 | 210 |
6349
c88bce6b48f0
(Fredraw_frame) [! MULTI_FRAME]: Make noninteractive, to be consistent with
Karl Heuer <kwzh@gnu.org>
parents:
6069
diff
changeset
|
211 DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, 0, |
11795
58e13b7bc232
[!MULTI_FRAME] (Fredraw_frame): Delete extra docstring.
Karl Heuer <kwzh@gnu.org>
parents:
11650
diff
changeset
|
212 /* Don't confuse make-docfile by having two doc strings for this function. |
58e13b7bc232
[!MULTI_FRAME] (Fredraw_frame): Delete extra docstring.
Karl Heuer <kwzh@gnu.org>
parents:
11650
diff
changeset
|
213 make-docfile does not pay attention to #if, for good reason! */ |
58e13b7bc232
[!MULTI_FRAME] (Fredraw_frame): Delete extra docstring.
Karl Heuer <kwzh@gnu.org>
parents:
11650
diff
changeset
|
214 0) |
2252
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
215 (frame) |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
216 Lisp_Object frame; |
314 | 217 { |
218 update_begin (0); | |
219 set_terminal_modes (); | |
764 | 220 clear_frame (); |
314 | 221 update_end (0); |
222 fflush (stdout); | |
764 | 223 clear_frame_records (0); |
314 | 224 windows_or_buffers_changed++; |
225 /* Mark all windows as INaccurate, | |
226 so that every window will have its redisplay done. */ | |
1588
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
227 mark_window_display_accurate (FRAME_ROOT_WINDOW (0), 0); |
314 | 228 return Qnil; |
229 } | |
230 | |
2252
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
231 #endif |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
232 |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
233 DEFUN ("redraw-display", Fredraw_display, Sredraw_display, 0, 0, "", |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
234 "Clear and redisplay all visible frames.") |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
235 () |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
236 { |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
237 Lisp_Object tail, frame; |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
238 |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
239 FOR_EACH_FRAME (tail, frame) |
3517
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
240 if (FRAME_VISIBLE_P (XFRAME (frame))) |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
241 Fredraw_frame (frame); |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
242 |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
243 return Qnil; |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
244 } |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
245 |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
246 /* This is used when frame_garbaged is set. |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
247 Redraw the individual frames marked as garbaged. */ |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
248 |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
249 void |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
250 redraw_garbaged_frames () |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
251 { |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
252 Lisp_Object tail, frame; |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
253 |
657a74662346
(Fredraw_display): Redraw all visible frames.
Richard M. Stallman <rms@gnu.org>
parents:
3449
diff
changeset
|
254 FOR_EACH_FRAME (tail, frame) |
2252
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
255 if (FRAME_VISIBLE_P (XFRAME (frame)) |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
256 && FRAME_GARBAGED_P (XFRAME (frame))) |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
257 Fredraw_frame (frame); |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
258 } |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
259 |
314 | 260 |
764 | 261 static struct frame_glyphs * |
262 make_frame_glyphs (frame, empty) | |
263 register FRAME_PTR frame; | |
314 | 264 int empty; |
265 { | |
266 register int i; | |
764 | 267 register width = FRAME_WIDTH (frame); |
268 register height = FRAME_HEIGHT (frame); | |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
269 register struct frame_glyphs *new |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
270 = (struct frame_glyphs *) xmalloc (sizeof (struct frame_glyphs)); |
314 | 271 |
764 | 272 SET_GLYPHS_FRAME (new, frame); |
314 | 273 new->height = height; |
274 new->width = width; | |
275 new->used = (int *) xmalloc (height * sizeof (int)); | |
276 new->glyphs = (GLYPH **) xmalloc (height * sizeof (GLYPH *)); | |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
277 new->charstarts = (int **) xmalloc (height * sizeof (int *)); |
314 | 278 new->highlight = (char *) xmalloc (height * sizeof (char)); |
279 new->enable = (char *) xmalloc (height * sizeof (char)); | |
280 bzero (new->enable, height * sizeof (char)); | |
281 new->bufp = (int *) xmalloc (height * sizeof (int)); | |
282 | |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
283 #ifdef HAVE_WINDOW_SYSTEM |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
284 if (FRAME_WINDOW_P (frame)) |
314 | 285 { |
286 new->top_left_x = (short *) xmalloc (height * sizeof (short)); | |
287 new->top_left_y = (short *) xmalloc (height * sizeof (short)); | |
288 new->pix_width = (short *) xmalloc (height * sizeof (short)); | |
289 new->pix_height = (short *) xmalloc (height * sizeof (short)); | |
1407
0f214040f708
* dispnew.c (scroll_frame_lines): All references to frame elements
Joseph Arceneaux <jla@gnu.org>
parents:
1192
diff
changeset
|
290 new->max_ascent = (short *) xmalloc (height * sizeof (short)); |
314 | 291 } |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
292 #endif /* HAVE_WINDOW_SYSTEM */ |
314 | 293 |
294 if (empty) | |
295 { | |
296 /* Make the buffer used by decode_mode_spec. This buffer is also | |
764 | 297 used as temporary storage when updating the frame. See scroll.c. */ |
314 | 298 unsigned int total_glyphs = (width + 2) * sizeof (GLYPH); |
6627
f8471ecf787b
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman <rms@gnu.org>
parents:
6620
diff
changeset
|
299 unsigned int total_charstarts = (width + 2) * sizeof (int); |
314 | 300 |
301 new->total_contents = (GLYPH *) xmalloc (total_glyphs); | |
302 bzero (new->total_contents, total_glyphs); | |
6627
f8471ecf787b
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman <rms@gnu.org>
parents:
6620
diff
changeset
|
303 |
f8471ecf787b
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman <rms@gnu.org>
parents:
6620
diff
changeset
|
304 new->total_charstarts = (int *) xmalloc (total_charstarts); |
f8471ecf787b
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman <rms@gnu.org>
parents:
6620
diff
changeset
|
305 bzero (new->total_charstarts, total_glyphs); |
314 | 306 } |
307 else | |
308 { | |
309 unsigned int total_glyphs = height * (width + 2) * sizeof (GLYPH); | |
310 | |
311 new->total_contents = (GLYPH *) xmalloc (total_glyphs); | |
312 bzero (new->total_contents, total_glyphs); | |
313 for (i = 0; i < height; i++) | |
314 new->glyphs[i] = new->total_contents + i * (width + 2) + 1; | |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
315 |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
316 if (!FRAME_TERMCAP_P (frame)) |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
317 { |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
318 unsigned int total_charstarts = height * (width + 2) * sizeof (int); |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
319 |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
320 new->total_charstarts = (int *) xmalloc (total_charstarts); |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
321 bzero (new->total_charstarts, total_charstarts); |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
322 for (i = 0; i < height; i++) |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
323 new->charstarts[i] = new->total_charstarts + i * (width + 2) + 1; |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
324 } |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
325 else |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
326 { |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
327 /* Without a window system, we don't really need charstarts. |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
328 So use a small amount of space to make enough data structure |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
329 to prevent crashes in display_text_line. */ |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
330 new->total_charstarts = (int *) xmalloc ((width + 2) * sizeof (int)); |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
331 for (i = 0; i < height; i++) |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
332 new->charstarts[i] = new->total_charstarts; |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
333 } |
314 | 334 } |
335 | |
336 return new; | |
337 } | |
338 | |
8665
f06ea671bacb
(free_frame_glyphs): No longer static.
Richard M. Stallman <rms@gnu.org>
parents:
8395
diff
changeset
|
339 void |
764 | 340 free_frame_glyphs (frame, glyphs) |
341 FRAME_PTR frame; | |
342 struct frame_glyphs *glyphs; | |
314 | 343 { |
344 if (glyphs->total_contents) | |
2439
b6c62e4abf59
Put interrupt input blocking in a separate file from xterm.h.
Jim Blandy <jimb@redhat.com>
parents:
2365
diff
changeset
|
345 xfree (glyphs->total_contents); |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
346 if (glyphs->total_charstarts) |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
347 xfree (glyphs->total_charstarts); |
314 | 348 |
2439
b6c62e4abf59
Put interrupt input blocking in a separate file from xterm.h.
Jim Blandy <jimb@redhat.com>
parents:
2365
diff
changeset
|
349 xfree (glyphs->used); |
b6c62e4abf59
Put interrupt input blocking in a separate file from xterm.h.
Jim Blandy <jimb@redhat.com>
parents:
2365
diff
changeset
|
350 xfree (glyphs->glyphs); |
b6c62e4abf59
Put interrupt input blocking in a separate file from xterm.h.
Jim Blandy <jimb@redhat.com>
parents:
2365
diff
changeset
|
351 xfree (glyphs->highlight); |
b6c62e4abf59
Put interrupt input blocking in a separate file from xterm.h.
Jim Blandy <jimb@redhat.com>
parents:
2365
diff
changeset
|
352 xfree (glyphs->enable); |
b6c62e4abf59
Put interrupt input blocking in a separate file from xterm.h.
Jim Blandy <jimb@redhat.com>
parents:
2365
diff
changeset
|
353 xfree (glyphs->bufp); |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
354 if (glyphs->charstarts) |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
355 xfree (glyphs->charstarts); |
314 | 356 |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
357 #ifdef HAVE_WINDOW_SYSTEM |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
358 if (FRAME_WINDOW_P (frame)) |
314 | 359 { |
2439
b6c62e4abf59
Put interrupt input blocking in a separate file from xterm.h.
Jim Blandy <jimb@redhat.com>
parents:
2365
diff
changeset
|
360 xfree (glyphs->top_left_x); |
b6c62e4abf59
Put interrupt input blocking in a separate file from xterm.h.
Jim Blandy <jimb@redhat.com>
parents:
2365
diff
changeset
|
361 xfree (glyphs->top_left_y); |
b6c62e4abf59
Put interrupt input blocking in a separate file from xterm.h.
Jim Blandy <jimb@redhat.com>
parents:
2365
diff
changeset
|
362 xfree (glyphs->pix_width); |
b6c62e4abf59
Put interrupt input blocking in a separate file from xterm.h.
Jim Blandy <jimb@redhat.com>
parents:
2365
diff
changeset
|
363 xfree (glyphs->pix_height); |
b6c62e4abf59
Put interrupt input blocking in a separate file from xterm.h.
Jim Blandy <jimb@redhat.com>
parents:
2365
diff
changeset
|
364 xfree (glyphs->max_ascent); |
314 | 365 } |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
366 #endif /* HAVE_WINDOW_SYSTEM */ |
314 | 367 |
2439
b6c62e4abf59
Put interrupt input blocking in a separate file from xterm.h.
Jim Blandy <jimb@redhat.com>
parents:
2365
diff
changeset
|
368 xfree (glyphs); |
314 | 369 } |
370 | |
10770
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
371 void |
764 | 372 remake_frame_glyphs (frame) |
373 FRAME_PTR frame; | |
314 | 374 { |
764 | 375 if (FRAME_CURRENT_GLYPHS (frame)) |
376 free_frame_glyphs (frame, FRAME_CURRENT_GLYPHS (frame)); | |
377 if (FRAME_DESIRED_GLYPHS (frame)) | |
378 free_frame_glyphs (frame, FRAME_DESIRED_GLYPHS (frame)); | |
379 if (FRAME_TEMP_GLYPHS (frame)) | |
380 free_frame_glyphs (frame, FRAME_TEMP_GLYPHS (frame)); | |
314 | 381 |
764 | 382 if (FRAME_MESSAGE_BUF (frame)) |
1872
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
383 { |
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
384 /* Reallocate the frame's message buffer; remember that |
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
385 echo_area_glyphs may be pointing here. */ |
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
386 char *old_message_buf = FRAME_MESSAGE_BUF (frame); |
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
387 |
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
388 FRAME_MESSAGE_BUF (frame) |
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
389 = (char *) xrealloc (FRAME_MESSAGE_BUF (frame), |
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
390 FRAME_WIDTH (frame) + 1); |
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
391 |
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
392 if (echo_area_glyphs == old_message_buf) |
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
393 echo_area_glyphs = FRAME_MESSAGE_BUF (frame); |
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
394 if (previous_echo_glyphs == old_message_buf) |
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
395 previous_echo_glyphs = FRAME_MESSAGE_BUF (frame); |
ad692b76edf4
* dispnew.c (remake_frame_glyphs): When re-allocating the frame's
Jim Blandy <jimb@redhat.com>
parents:
1849
diff
changeset
|
396 } |
314 | 397 else |
764 | 398 FRAME_MESSAGE_BUF (frame) |
399 = (char *) xmalloc (FRAME_WIDTH (frame) + 1); | |
314 | 400 |
764 | 401 FRAME_CURRENT_GLYPHS (frame) = make_frame_glyphs (frame, 0); |
402 FRAME_DESIRED_GLYPHS (frame) = make_frame_glyphs (frame, 0); | |
403 FRAME_TEMP_GLYPHS (frame) = make_frame_glyphs (frame, 1); | |
10770
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
404 if (! FRAME_TERMCAP_P (frame) || frame == selected_frame) |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
405 SET_FRAME_GARBAGED (frame); |
314 | 406 } |
407 | |
764 | 408 /* Return the hash code of contents of line VPOS in frame-matrix M. */ |
314 | 409 |
410 static int | |
411 line_hash_code (m, vpos) | |
764 | 412 register struct frame_glyphs *m; |
314 | 413 int vpos; |
414 { | |
415 register GLYPH *body, *end; | |
416 register int h = 0; | |
417 | |
418 if (!m->enable[vpos]) | |
419 return 0; | |
420 | |
1495
f17665e7347e
(count_blanks): Leave argument r constant, and increment p.
Richard M. Stallman <rms@gnu.org>
parents:
1407
diff
changeset
|
421 /* Give all highlighted lines the same hash code |
314 | 422 so as to encourage scrolling to leave them in place. */ |
423 if (m->highlight[vpos]) | |
424 return -1; | |
425 | |
426 body = m->glyphs[vpos]; | |
427 | |
428 if (must_write_spaces) | |
429 while (1) | |
430 { | |
431 GLYPH g = *body++; | |
432 | |
433 if (g == 0) | |
434 break; | |
435 h = (((h << 4) + (h >> 24)) & 0x0fffffff) + g - SPACEGLYPH; | |
436 } | |
437 else | |
438 while (1) | |
439 { | |
440 GLYPH g = *body++; | |
441 | |
442 if (g == 0) | |
443 break; | |
444 h = (((h << 4) + (h >> 24)) & 0x0fffffff) + g; | |
445 } | |
446 | |
447 if (h) | |
448 return h; | |
449 return 1; | |
450 } | |
451 | |
452 /* Return number of characters in line in M at vpos VPOS, | |
453 except don't count leading and trailing spaces | |
454 unless the terminal requires those to be explicitly output. */ | |
455 | |
456 static unsigned int | |
457 line_draw_cost (m, vpos) | |
764 | 458 struct frame_glyphs *m; |
314 | 459 int vpos; |
460 { | |
461 register GLYPH *beg = m->glyphs[vpos]; | |
462 register GLYPH *end = m->glyphs[vpos] + m->used[vpos]; | |
463 register int i; | |
464 register int tlen = GLYPH_TABLE_LENGTH; | |
465 register Lisp_Object *tbase = GLYPH_TABLE_BASE; | |
466 | |
467 /* Ignore trailing and leading spaces if we can. */ | |
468 if (!must_write_spaces) | |
469 { | |
470 while ((end != beg) && (*end == SPACEGLYPH)) | |
471 --end; | |
472 if (end == beg) | |
473 return (0); /* All blank line. */ | |
474 | |
475 while (*beg == SPACEGLYPH) | |
476 ++beg; | |
477 } | |
478 | |
479 /* If we don't have a glyph-table, each glyph is one character, | |
480 so return the number of glyphs. */ | |
481 if (tbase == 0) | |
482 return end - beg; | |
483 | |
484 /* Otherwise, scan the glyphs and accumulate their total size in I. */ | |
485 i = 0; | |
486 while ((beg <= end) && *beg) | |
487 { | |
488 register GLYPH g = *beg++; | |
489 | |
490 if (GLYPH_SIMPLE_P (tbase, tlen, g)) | |
491 i += 1; | |
492 else | |
493 i += GLYPH_LENGTH (tbase, g); | |
494 } | |
495 return i; | |
496 } | |
497 | |
498 /* The functions on this page are the interface from xdisp.c to redisplay. | |
499 | |
500 The only other interface into redisplay is through setting | |
764 | 501 FRAME_CURSOR_X (frame) and FRAME_CURSOR_Y (frame) |
502 and SET_FRAME_GARBAGED (frame). */ | |
314 | 503 |
504 /* cancel_line eliminates any request to display a line at position `vpos' */ | |
505 | |
764 | 506 cancel_line (vpos, frame) |
314 | 507 int vpos; |
764 | 508 register FRAME_PTR frame; |
314 | 509 { |
764 | 510 FRAME_DESIRED_GLYPHS (frame)->enable[vpos] = 0; |
314 | 511 } |
512 | |
764 | 513 clear_frame_records (frame) |
514 register FRAME_PTR frame; | |
314 | 515 { |
764 | 516 bzero (FRAME_CURRENT_GLYPHS (frame)->enable, FRAME_HEIGHT (frame)); |
314 | 517 } |
518 | |
11411
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
519 /* Clear out all display lines for a coming redisplay. */ |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
520 |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
521 void |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
522 init_desired_glyphs (frame) |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
523 register FRAME_PTR frame; |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
524 { |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
525 register struct frame_glyphs *desired_glyphs = FRAME_DESIRED_GLYPHS (frame); |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
526 int vpos; |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
527 int height = FRAME_HEIGHT (frame); |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
528 |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
529 for (vpos = 0; vpos < height; vpos++) |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
530 desired_glyphs->enable[vpos] = 0; |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
531 } |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
532 |
314 | 533 /* Prepare to display on line VPOS starting at HPOS within it. */ |
534 | |
535 void | |
764 | 536 get_display_line (frame, vpos, hpos) |
537 register FRAME_PTR frame; | |
314 | 538 int vpos; |
539 register int hpos; | |
540 { | |
764 | 541 register struct frame_glyphs *glyphs; |
542 register struct frame_glyphs *desired_glyphs = FRAME_DESIRED_GLYPHS (frame); | |
314 | 543 register GLYPH *p; |
544 | |
1192
5c380ec3cfc6
* dispnew.c (get_display_line): Don't abort if the frame is
Jim Blandy <jimb@redhat.com>
parents:
1042
diff
changeset
|
545 if (vpos < 0) |
314 | 546 abort (); |
547 | |
548 if (! desired_glyphs->enable[vpos]) | |
549 { | |
550 desired_glyphs->used[vpos] = 0; | |
551 desired_glyphs->highlight[vpos] = 0; | |
552 desired_glyphs->enable[vpos] = 1; | |
553 } | |
554 | |
555 if (hpos > desired_glyphs->used[vpos]) | |
556 { | |
557 GLYPH *g = desired_glyphs->glyphs[vpos] + desired_glyphs->used[vpos]; | |
558 GLYPH *end = desired_glyphs->glyphs[vpos] + hpos; | |
559 | |
560 desired_glyphs->used[vpos] = hpos; | |
561 while (g != end) | |
562 *g++ = SPACEGLYPH; | |
563 } | |
564 } | |
565 | |
566 /* Like bcopy except never gets confused by overlap. */ | |
567 | |
568 void | |
569 safe_bcopy (from, to, size) | |
570 char *from, *to; | |
571 int size; | |
572 { | |
1588
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
573 if (size <= 0 || from == to) |
314 | 574 return; |
575 | |
1588
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
576 /* If the source and destination don't overlap, then bcopy can |
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
577 handle it. If they do overlap, but the destination is lower in |
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
578 memory than the source, we'll assume bcopy can handle that. */ |
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
579 if (to < from || from + size <= to) |
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
580 bcopy (from, to, size); |
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
581 |
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
582 /* Otherwise, we'll copy from the end. */ |
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
583 else |
314 | 584 { |
1588
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
585 register char *endf = from + size; |
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
586 register char *endt = to + size; |
314 | 587 |
588 /* If TO - FROM is large, then we should break the copy into | |
589 nonoverlapping chunks of TO - FROM bytes each. However, if | |
590 TO - FROM is small, then the bcopy function call overhead | |
591 makes this not worth it. The crossover point could be about | |
1588
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
592 anywhere. Since I don't think the obvious copy loop is too |
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
593 bad, I'm trying to err in its favor. */ |
314 | 594 if (to - from < 64) |
595 { | |
596 do | |
597 *--endt = *--endf; | |
598 while (endf != from); | |
599 } | |
600 else | |
601 { | |
1588
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
602 for (;;) |
314 | 603 { |
604 endt -= (to - from); | |
605 endf -= (to - from); | |
606 | |
1588
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
607 if (endt < to) |
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
608 break; |
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
609 |
314 | 610 bcopy (endf, endt, to - from); |
611 } | |
1588
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
612 |
732a88db381f
* dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
Jim Blandy <jimb@redhat.com>
parents:
1495
diff
changeset
|
613 /* If SIZE wasn't a multiple of TO - FROM, there will be a |
314 | 614 little left over. The amount left over is |
615 (endt + (to - from)) - to, which is endt - from. */ | |
616 bcopy (from, to, endt - from); | |
617 } | |
618 } | |
619 } | |
620 | |
352 | 621 /* Rotate a vector of SIZE bytes right, by DISTANCE bytes. |
314 | 622 DISTANCE may be negative. */ |
623 | |
624 static void | |
625 rotate_vector (vector, size, distance) | |
626 char *vector; | |
627 int size; | |
628 int distance; | |
629 { | |
630 char *temp = (char *) alloca (size); | |
631 | |
632 if (distance < 0) | |
633 distance += size; | |
634 | |
635 bcopy (vector, temp + distance, size - distance); | |
636 bcopy (vector + size - distance, temp, distance); | |
637 bcopy (temp, vector, size); | |
638 } | |
639 | |
640 /* Scroll lines from vpos FROM up to but not including vpos END | |
641 down by AMOUNT lines (AMOUNT may be negative). | |
642 Returns nonzero if done, zero if terminal cannot scroll them. */ | |
643 | |
644 int | |
6627
f8471ecf787b
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman <rms@gnu.org>
parents:
6620
diff
changeset
|
645 scroll_frame_lines (frame, from, end, amount, newpos) |
764 | 646 register FRAME_PTR frame; |
6627
f8471ecf787b
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman <rms@gnu.org>
parents:
6620
diff
changeset
|
647 int from, end, amount, newpos; |
314 | 648 { |
649 register int i; | |
764 | 650 register struct frame_glyphs *current_frame |
651 = FRAME_CURRENT_GLYPHS (frame); | |
6627
f8471ecf787b
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman <rms@gnu.org>
parents:
6620
diff
changeset
|
652 int pos_adjust; |
6642
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
653 int width = FRAME_WIDTH (frame); |
314 | 654 |
655 if (!line_ins_del_ok) | |
656 return 0; | |
657 | |
658 if (amount == 0) | |
659 return 1; | |
660 | |
661 if (amount > 0) | |
662 { | |
764 | 663 update_begin (frame); |
314 | 664 set_terminal_window (end + amount); |
665 if (!scroll_region_ok) | |
666 ins_del_lines (end, -amount); | |
667 ins_del_lines (from, amount); | |
668 set_terminal_window (0); | |
669 | |
764 | 670 rotate_vector (current_frame->glyphs + from, |
314 | 671 sizeof (GLYPH *) * (end + amount - from), |
672 amount * sizeof (GLYPH *)); | |
673 | |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
674 rotate_vector (current_frame->charstarts + from, |
6627
f8471ecf787b
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman <rms@gnu.org>
parents:
6620
diff
changeset
|
675 sizeof (int *) * (end + amount - from), |
f8471ecf787b
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman <rms@gnu.org>
parents:
6620
diff
changeset
|
676 amount * sizeof (int *)); |
f8471ecf787b
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman <rms@gnu.org>
parents:
6620
diff
changeset
|
677 |
764 | 678 safe_bcopy (current_frame->used + from, |
679 current_frame->used + from + amount, | |
680 (end - from) * sizeof current_frame->used[0]); | |
314 | 681 |
764 | 682 safe_bcopy (current_frame->highlight + from, |
683 current_frame->highlight + from + amount, | |
684 (end - from) * sizeof current_frame->highlight[0]); | |
314 | 685 |
764 | 686 safe_bcopy (current_frame->enable + from, |
687 current_frame->enable + from + amount, | |
688 (end - from) * sizeof current_frame->enable[0]); | |
314 | 689 |
6642
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
690 /* Adjust the lines by an amount |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
691 that puts the first of them at NEWPOS. */ |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
692 pos_adjust = newpos - current_frame->charstarts[from + amount][0]; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
693 |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
694 /* Offset each char position in the charstarts lines we moved |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
695 by pos_adjust. */ |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
696 for (i = from + amount; i < end + amount; i++) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
697 { |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
698 int *line = current_frame->charstarts[i]; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
699 int col; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
700 for (col = 0; col < width; col++) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
701 if (line[col] > 0) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
702 line[col] += pos_adjust; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
703 } |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
704 for (i = from; i < from + amount; i++) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
705 { |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
706 int *line = current_frame->charstarts[i]; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
707 int col; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
708 line[0] = -1; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
709 for (col = 0; col < width; col++) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
710 line[col] = 0; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
711 } |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
712 |
314 | 713 /* Mark the lines made empty by scrolling as enabled, empty and |
714 normal video. */ | |
764 | 715 bzero (current_frame->used + from, |
716 amount * sizeof current_frame->used[0]); | |
717 bzero (current_frame->highlight + from, | |
718 amount * sizeof current_frame->highlight[0]); | |
314 | 719 for (i = from; i < from + amount; i++) |
720 { | |
764 | 721 current_frame->glyphs[i][0] = '\0'; |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
722 current_frame->charstarts[i][0] = -1; |
764 | 723 current_frame->enable[i] = 1; |
314 | 724 } |
725 | |
764 | 726 safe_bcopy (current_frame->bufp + from, |
727 current_frame->bufp + from + amount, | |
728 (end - from) * sizeof current_frame->bufp[0]); | |
314 | 729 |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
730 #ifdef HAVE_WINDOW_SYSTEM |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
731 if (FRAME_WINDOW_P (frame)) |
314 | 732 { |
764 | 733 safe_bcopy (current_frame->top_left_x + from, |
734 current_frame->top_left_x + from + amount, | |
735 (end - from) * sizeof current_frame->top_left_x[0]); | |
314 | 736 |
764 | 737 safe_bcopy (current_frame->top_left_y + from, |
738 current_frame->top_left_y + from + amount, | |
739 (end - from) * sizeof current_frame->top_left_y[0]); | |
314 | 740 |
764 | 741 safe_bcopy (current_frame->pix_width + from, |
742 current_frame->pix_width + from + amount, | |
743 (end - from) * sizeof current_frame->pix_width[0]); | |
314 | 744 |
764 | 745 safe_bcopy (current_frame->pix_height + from, |
746 current_frame->pix_height + from + amount, | |
747 (end - from) * sizeof current_frame->pix_height[0]); | |
1407
0f214040f708
* dispnew.c (scroll_frame_lines): All references to frame elements
Joseph Arceneaux <jla@gnu.org>
parents:
1192
diff
changeset
|
748 |
0f214040f708
* dispnew.c (scroll_frame_lines): All references to frame elements
Joseph Arceneaux <jla@gnu.org>
parents:
1192
diff
changeset
|
749 safe_bcopy (current_frame->max_ascent + from, |
0f214040f708
* dispnew.c (scroll_frame_lines): All references to frame elements
Joseph Arceneaux <jla@gnu.org>
parents:
1192
diff
changeset
|
750 current_frame->max_ascent + from + amount, |
0f214040f708
* dispnew.c (scroll_frame_lines): All references to frame elements
Joseph Arceneaux <jla@gnu.org>
parents:
1192
diff
changeset
|
751 (end - from) * sizeof current_frame->max_ascent[0]); |
314 | 752 } |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
753 #endif /* HAVE_WINDOW_SYSTEM */ |
314 | 754 |
764 | 755 update_end (frame); |
314 | 756 } |
757 if (amount < 0) | |
758 { | |
764 | 759 update_begin (frame); |
314 | 760 set_terminal_window (end); |
761 ins_del_lines (from + amount, amount); | |
762 if (!scroll_region_ok) | |
763 ins_del_lines (end + amount, -amount); | |
764 set_terminal_window (0); | |
765 | |
764 | 766 rotate_vector (current_frame->glyphs + from + amount, |
314 | 767 sizeof (GLYPH *) * (end - from - amount), |
768 amount * sizeof (GLYPH *)); | |
769 | |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
770 rotate_vector (current_frame->charstarts + from + amount, |
6627
f8471ecf787b
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman <rms@gnu.org>
parents:
6620
diff
changeset
|
771 sizeof (int *) * (end - from - amount), |
f8471ecf787b
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman <rms@gnu.org>
parents:
6620
diff
changeset
|
772 amount * sizeof (int *)); |
f8471ecf787b
(make_frame_glyphs): If EMPTY, don't leave junk in ->total_charstarts.
Richard M. Stallman <rms@gnu.org>
parents:
6620
diff
changeset
|
773 |
764 | 774 safe_bcopy (current_frame->used + from, |
775 current_frame->used + from + amount, | |
776 (end - from) * sizeof current_frame->used[0]); | |
314 | 777 |
764 | 778 safe_bcopy (current_frame->highlight + from, |
779 current_frame->highlight + from + amount, | |
780 (end - from) * sizeof current_frame->highlight[0]); | |
314 | 781 |
764 | 782 safe_bcopy (current_frame->enable + from, |
783 current_frame->enable + from + amount, | |
784 (end - from) * sizeof current_frame->enable[0]); | |
314 | 785 |
6642
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
786 /* Adjust the lines by an amount |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
787 that puts the first of them at NEWPOS. */ |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
788 pos_adjust = newpos - current_frame->charstarts[from + amount][0]; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
789 |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
790 /* Offset each char position in the charstarts lines we moved |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
791 by pos_adjust. */ |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
792 for (i = from + amount; i < end + amount; i++) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
793 { |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
794 int *line = current_frame->charstarts[i]; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
795 int col; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
796 for (col = 0; col < width; col++) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
797 if (line[col] > 0) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
798 line[col] += pos_adjust; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
799 } |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
800 for (i = end + amount; i < end; i++) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
801 { |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
802 int *line = current_frame->charstarts[i]; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
803 int col; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
804 line[0] = -1; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
805 for (col = 0; col < width; col++) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
806 line[col] = 0; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
807 } |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
808 |
314 | 809 /* Mark the lines made empty by scrolling as enabled, empty and |
810 normal video. */ | |
764 | 811 bzero (current_frame->used + end + amount, |
812 - amount * sizeof current_frame->used[0]); | |
813 bzero (current_frame->highlight + end + amount, | |
814 - amount * sizeof current_frame->highlight[0]); | |
314 | 815 for (i = end + amount; i < end; i++) |
816 { | |
764 | 817 current_frame->glyphs[i][0] = '\0'; |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
818 current_frame->charstarts[i][0] = 0; |
764 | 819 current_frame->enable[i] = 1; |
314 | 820 } |
821 | |
764 | 822 safe_bcopy (current_frame->bufp + from, |
823 current_frame->bufp + from + amount, | |
824 (end - from) * sizeof current_frame->bufp[0]); | |
314 | 825 |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
826 #ifdef HAVE_WINDOW_SYSTEM |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
827 if (FRAME_WINDOW_P (frame)) |
314 | 828 { |
764 | 829 safe_bcopy (current_frame->top_left_x + from, |
830 current_frame->top_left_x + from + amount, | |
831 (end - from) * sizeof current_frame->top_left_x[0]); | |
314 | 832 |
764 | 833 safe_bcopy (current_frame->top_left_y + from, |
834 current_frame->top_left_y + from + amount, | |
835 (end - from) * sizeof current_frame->top_left_y[0]); | |
314 | 836 |
764 | 837 safe_bcopy (current_frame->pix_width + from, |
838 current_frame->pix_width + from + amount, | |
839 (end - from) * sizeof current_frame->pix_width[0]); | |
314 | 840 |
764 | 841 safe_bcopy (current_frame->pix_height + from, |
842 current_frame->pix_height + from + amount, | |
843 (end - from) * sizeof current_frame->pix_height[0]); | |
1407
0f214040f708
* dispnew.c (scroll_frame_lines): All references to frame elements
Joseph Arceneaux <jla@gnu.org>
parents:
1192
diff
changeset
|
844 |
0f214040f708
* dispnew.c (scroll_frame_lines): All references to frame elements
Joseph Arceneaux <jla@gnu.org>
parents:
1192
diff
changeset
|
845 safe_bcopy (current_frame->max_ascent + from, |
0f214040f708
* dispnew.c (scroll_frame_lines): All references to frame elements
Joseph Arceneaux <jla@gnu.org>
parents:
1192
diff
changeset
|
846 current_frame->max_ascent + from + amount, |
0f214040f708
* dispnew.c (scroll_frame_lines): All references to frame elements
Joseph Arceneaux <jla@gnu.org>
parents:
1192
diff
changeset
|
847 (end - from) * sizeof current_frame->max_ascent[0]); |
314 | 848 } |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
849 #endif /* HAVE_WINDOW_SYSTEM */ |
314 | 850 |
764 | 851 update_end (frame); |
314 | 852 } |
853 return 1; | |
854 } | |
855 | |
764 | 856 /* After updating a window W that isn't the full frame wide, |
314 | 857 copy all the columns that W does not occupy |
764 | 858 into the FRAME_DESIRED_GLYPHS (frame) from the FRAME_PHYS_GLYPHS (frame) |
859 so that update_frame will not change those columns. */ | |
314 | 860 |
861 preserve_other_columns (w) | |
862 struct window *w; | |
863 { | |
864 register int vpos; | |
764 | 865 register struct frame_glyphs *current_frame, *desired_frame; |
866 register FRAME_PTR frame = XFRAME (w->frame); | |
314 | 867 int start = XFASTINT (w->left); |
868 int end = XFASTINT (w->left) + XFASTINT (w->width); | |
869 int bot = XFASTINT (w->top) + XFASTINT (w->height); | |
870 | |
764 | 871 current_frame = FRAME_CURRENT_GLYPHS (frame); |
872 desired_frame = FRAME_DESIRED_GLYPHS (frame); | |
314 | 873 |
874 for (vpos = XFASTINT (w->top); vpos < bot; vpos++) | |
875 { | |
764 | 876 if (current_frame->enable[vpos] && desired_frame->enable[vpos]) |
314 | 877 { |
878 if (start > 0) | |
879 { | |
880 int len; | |
881 | |
764 | 882 bcopy (current_frame->glyphs[vpos], |
2930
839f3d132ee0
* dispnew.c (preserve_other_columns): Remember to multiply the
Jim Blandy <jimb@redhat.com>
parents:
2794
diff
changeset
|
883 desired_frame->glyphs[vpos], |
8878
066fab036ab5
(preserve_other_columns): Fix arg to sizeof in bcopy call.
Richard M. Stallman <rms@gnu.org>
parents:
8665
diff
changeset
|
884 start * sizeof (current_frame->glyphs[vpos][0])); |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
885 bcopy (current_frame->charstarts[vpos], |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
886 desired_frame->charstarts[vpos], |
8878
066fab036ab5
(preserve_other_columns): Fix arg to sizeof in bcopy call.
Richard M. Stallman <rms@gnu.org>
parents:
8665
diff
changeset
|
887 start * sizeof (current_frame->charstarts[vpos][0])); |
764 | 888 len = min (start, current_frame->used[vpos]); |
889 if (desired_frame->used[vpos] < len) | |
890 desired_frame->used[vpos] = len; | |
314 | 891 } |
764 | 892 if (current_frame->used[vpos] > end |
893 && desired_frame->used[vpos] < current_frame->used[vpos]) | |
314 | 894 { |
764 | 895 while (desired_frame->used[vpos] < end) |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
896 { |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
897 int used = desired_frame->used[vpos]++; |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
898 desired_frame->glyphs[vpos][used] = SPACEGLYPH; |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
899 desired_frame->glyphs[vpos][used] = 0; |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
900 } |
764 | 901 bcopy (current_frame->glyphs[vpos] + end, |
902 desired_frame->glyphs[vpos] + end, | |
2930
839f3d132ee0
* dispnew.c (preserve_other_columns): Remember to multiply the
Jim Blandy <jimb@redhat.com>
parents:
2794
diff
changeset
|
903 ((current_frame->used[vpos] - end) |
8878
066fab036ab5
(preserve_other_columns): Fix arg to sizeof in bcopy call.
Richard M. Stallman <rms@gnu.org>
parents:
8665
diff
changeset
|
904 * sizeof (current_frame->glyphs[vpos][0]))); |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
905 bcopy (current_frame->charstarts[vpos] + end, |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
906 desired_frame->charstarts[vpos] + end, |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
907 ((current_frame->used[vpos] - end) |
8878
066fab036ab5
(preserve_other_columns): Fix arg to sizeof in bcopy call.
Richard M. Stallman <rms@gnu.org>
parents:
8665
diff
changeset
|
908 * sizeof (current_frame->charstarts[vpos][0]))); |
764 | 909 desired_frame->used[vpos] = current_frame->used[vpos]; |
314 | 910 } |
911 } | |
912 } | |
913 } | |
914 | |
915 #if 0 | |
916 | |
764 | 917 /* If window w does not need to be updated and isn't the full frame wide, |
314 | 918 copy all the columns that w does occupy |
764 | 919 into the FRAME_DESIRED_LINES (frame) from the FRAME_PHYS_LINES (frame) |
920 so that update_frame will not change those columns. | |
314 | 921 |
922 Have not been able to figure out how to use this correctly. */ | |
923 | |
924 preserve_my_columns (w) | |
925 struct window *w; | |
926 { | |
927 register int vpos, fin; | |
764 | 928 register struct frame_glyphs *l1, *l2; |
929 register FRAME_PTR frame = XFRAME (w->frame); | |
314 | 930 int start = XFASTINT (w->left); |
931 int end = XFASTINT (w->left) + XFASTINT (w->width); | |
932 int bot = XFASTINT (w->top) + XFASTINT (w->height); | |
933 | |
934 for (vpos = XFASTINT (w->top); vpos < bot; vpos++) | |
935 { | |
764 | 936 if ((l1 = FRAME_DESIRED_GLYPHS (frame)->glyphs[vpos + 1]) |
937 && (l2 = FRAME_PHYS_GLYPHS (frame)->glyphs[vpos + 1])) | |
314 | 938 { |
939 if (l2->length > start && l1->length < l2->length) | |
940 { | |
941 fin = l2->length; | |
942 if (fin > end) fin = end; | |
943 while (l1->length < start) | |
944 l1->body[l1->length++] = ' '; | |
945 bcopy (l2->body + start, l1->body + start, fin - start); | |
946 l1->length = fin; | |
947 } | |
948 } | |
949 } | |
950 } | |
951 | |
952 #endif | |
953 | |
6620
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
954 /* Adjust by ADJUST the charstart values in window W |
6642
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
955 after vpos VPOS, which counts relative to the frame |
6620
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
956 (not relative to W itself). */ |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
957 |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
958 void |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
959 adjust_window_charstarts (w, vpos, adjust) |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
960 struct window *w; |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
961 int vpos; |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
962 int adjust; |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
963 { |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
964 int left = XFASTINT (w->left); |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
965 int top = XFASTINT (w->top); |
6642
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
966 int right = left + window_internal_width (w); |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
967 int bottom = top + window_internal_height (w); |
6620
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
968 int i; |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
969 |
6642
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
970 for (i = vpos + 1; i < bottom; i++) |
6620
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
971 { |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
972 int *charstart |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
973 = FRAME_CURRENT_GLYPHS (XFRAME (WINDOW_FRAME (w)))->charstarts[i]; |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
974 int j; |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
975 for (j = left; j < right; j++) |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
976 if (charstart[j] > 0) |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
977 charstart[j] += adjust; |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
978 } |
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
979 } |
6642
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
980 |
6682
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
981 /* Check the charstarts values in the area of window W |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
982 for internal consistency. We cannot check that they are "right"; |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
983 we can only look for something nonsensical. */ |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
984 |
6642
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
985 verify_charstarts (w) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
986 struct window *w; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
987 { |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
988 FRAME_PTR f = XFRAME (WINDOW_FRAME (w)); |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
989 int i; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
990 int top = XFASTINT (w->top); |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
991 int bottom = top + window_internal_height (w); |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
992 int left = XFASTINT (w->left); |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
993 int right = left + window_internal_width (w); |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
994 int next_line; |
6682
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
995 int truncate = (XINT (w->hscroll) |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
996 || (truncate_partial_width_windows |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
997 && (XFASTINT (w->width) < FRAME_WIDTH (f))) |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
998 || !NILP (XBUFFER (w->buffer)->truncate_lines)); |
6642
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
999 |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
1000 for (i = top; i < bottom; i++) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
1001 { |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
1002 int j; |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
1003 int last; |
6682
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1004 int *charstart = FRAME_CURRENT_GLYPHS (f)->charstarts[i]; |
6642
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
1005 |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
1006 if (i != top) |
6682
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1007 { |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1008 if (truncate) |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1009 { |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1010 /* If we are truncating lines, allow a jump |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1011 in charstarts from one line to the next. */ |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1012 if (charstart[left] < next_line) |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1013 abort (); |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1014 } |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1015 else |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1016 { |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1017 if (charstart[left] != next_line) |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1018 abort (); |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1019 } |
16ab14205588
(verify_charstarts): Handle truncation of lines.
Richard M. Stallman <rms@gnu.org>
parents:
6648
diff
changeset
|
1020 } |
6642
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
1021 |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
1022 for (j = left; j < right; j++) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
1023 if (charstart[j] > 0) |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
1024 last = charstart[j]; |
6645
ba0c1af167e6
(verify_charstarts): Count right for continued lines.
Richard M. Stallman <rms@gnu.org>
parents:
6642
diff
changeset
|
1025 /* Record where the next line should start. */ |
ba0c1af167e6
(verify_charstarts): Count right for continued lines.
Richard M. Stallman <rms@gnu.org>
parents:
6642
diff
changeset
|
1026 next_line = last; |
ba0c1af167e6
(verify_charstarts): Count right for continued lines.
Richard M. Stallman <rms@gnu.org>
parents:
6642
diff
changeset
|
1027 if (BUF_ZV (XBUFFER (w->buffer)) != last) |
ba0c1af167e6
(verify_charstarts): Count right for continued lines.
Richard M. Stallman <rms@gnu.org>
parents:
6642
diff
changeset
|
1028 { |
ba0c1af167e6
(verify_charstarts): Count right for continued lines.
Richard M. Stallman <rms@gnu.org>
parents:
6642
diff
changeset
|
1029 /* If there's a newline between the two lines, count that. */ |
ba0c1af167e6
(verify_charstarts): Count right for continued lines.
Richard M. Stallman <rms@gnu.org>
parents:
6642
diff
changeset
|
1030 int endchar = *BUF_CHAR_ADDRESS (XBUFFER (w->buffer), last); |
ba0c1af167e6
(verify_charstarts): Count right for continued lines.
Richard M. Stallman <rms@gnu.org>
parents:
6642
diff
changeset
|
1031 if (endchar == '\n') |
ba0c1af167e6
(verify_charstarts): Count right for continued lines.
Richard M. Stallman <rms@gnu.org>
parents:
6642
diff
changeset
|
1032 next_line++; |
ba0c1af167e6
(verify_charstarts): Count right for continued lines.
Richard M. Stallman <rms@gnu.org>
parents:
6642
diff
changeset
|
1033 } |
6642
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
1034 } |
2fda5dd17356
(verify_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6627
diff
changeset
|
1035 } |
6620
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
1036 |
314 | 1037 /* On discovering that the redisplay for a window was no good, |
1038 cancel the columns of that window, so that when the window is | |
1039 displayed over again get_display_line will not complain. */ | |
1040 | |
1041 cancel_my_columns (w) | |
1042 struct window *w; | |
1043 { | |
1044 register int vpos; | |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1045 register struct frame_glyphs *desired_glyphs |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1046 = FRAME_DESIRED_GLYPHS (XFRAME (w->frame)); |
314 | 1047 register int start = XFASTINT (w->left); |
1048 register int bot = XFASTINT (w->top) + XFASTINT (w->height); | |
1049 | |
1050 for (vpos = XFASTINT (w->top); vpos < bot; vpos++) | |
1051 if (desired_glyphs->enable[vpos] | |
1052 && desired_glyphs->used[vpos] >= start) | |
1053 desired_glyphs->used[vpos] = start; | |
1054 } | |
1055 | |
764 | 1056 /* These functions try to perform directly and immediately on the frame |
314 | 1057 the necessary output for one change in the buffer. |
1058 They may return 0 meaning nothing was done if anything is difficult, | |
1059 or 1 meaning the output was performed properly. | |
764 | 1060 They assume that the frame was up to date before the buffer |
1495
f17665e7347e
(count_blanks): Leave argument r constant, and increment p.
Richard M. Stallman <rms@gnu.org>
parents:
1407
diff
changeset
|
1061 change being displayed. They make various other assumptions too; |
314 | 1062 see command_loop_1 where these are called. */ |
1063 | |
1064 int | |
1065 direct_output_for_insert (g) | |
1066 int g; | |
1067 { | |
764 | 1068 register FRAME_PTR frame = selected_frame; |
1069 register struct frame_glyphs *current_frame | |
1070 = FRAME_CURRENT_GLYPHS (frame); | |
314 | 1071 |
1072 #ifndef COMPILER_REGISTER_BUG | |
1073 register | |
1074 #endif /* COMPILER_REGISTER_BUG */ | |
1075 struct window *w = XWINDOW (selected_window); | |
1076 #ifndef COMPILER_REGISTER_BUG | |
1077 register | |
1078 #endif /* COMPILER_REGISTER_BUG */ | |
764 | 1079 int hpos = FRAME_CURSOR_X (frame); |
314 | 1080 #ifndef COMPILER_REGISTER_BUG |
1081 register | |
1082 #endif /* COMPILER_REGISTER_BUG */ | |
764 | 1083 int vpos = FRAME_CURSOR_Y (frame); |
314 | 1084 |
1777
4edfaa19c7a7
* window.c (window_internal_width): New function.
Jim Blandy <jimb@redhat.com>
parents:
1766
diff
changeset
|
1085 /* Give up if about to continue line. */ |
4edfaa19c7a7
* window.c (window_internal_width): New function.
Jim Blandy <jimb@redhat.com>
parents:
1766
diff
changeset
|
1086 if (hpos >= XFASTINT (w->left) + window_internal_width (w) - 1 |
4edfaa19c7a7
* window.c (window_internal_width): New function.
Jim Blandy <jimb@redhat.com>
parents:
1766
diff
changeset
|
1087 |
314 | 1088 /* Avoid losing if cursor is in invisible text off left margin */ |
1089 || (XINT (w->hscroll) && hpos == XFASTINT (w->left)) | |
1090 | |
1091 /* Give up if cursor outside window (in minibuf, probably) */ | |
1042
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1092 || cursor_in_echo_area |
764 | 1093 || FRAME_CURSOR_Y (frame) < XFASTINT (w->top) |
1094 || FRAME_CURSOR_Y (frame) >= XFASTINT (w->top) + XFASTINT (w->height) | |
314 | 1095 |
764 | 1096 /* Give up if cursor not really at FRAME_CURSOR_X, FRAME_CURSOR_Y */ |
314 | 1097 || !display_completed |
1098 | |
1099 /* Give up if buffer appears in two places. */ | |
1100 || buffer_shared > 1 | |
1101 | |
4384
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1102 #ifdef USE_TEXT_PROPERTIES |
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1103 /* Intervals have already been adjusted, point is after the |
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1104 character that was just inserted. */ |
6068
f67817990735
(direct_output_for_insert): Fix comment.
Karl Heuer <kwzh@gnu.org>
parents:
5885
diff
changeset
|
1105 /* Give up if character is invisible. */ |
4384
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1106 /* Give up if character has a face property. |
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1107 At the moment we only lose at end of line or end of buffer |
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1108 and only with faces that have some background */ |
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1109 /* Instead of wasting time, give up if character has any text properties */ |
8903
03597c3eb63b
(direct_output_for_insert, direct_output_forward_char): Fix Lisp_Object
Karl Heuer <kwzh@gnu.org>
parents:
8878
diff
changeset
|
1110 || ! NILP (Ftext_properties_at (make_number (point - 1), Qnil)) |
4384
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1111 #endif |
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1112 |
314 | 1113 /* Give up if w is minibuffer and a message is being displayed there */ |
1114 || (MINI_WINDOW_P (w) && echo_area_glyphs)) | |
1115 return 0; | |
1116 | |
2778
071fa2f469d7
* dispnew.c (direct_output_for_insert): Compute the face of the
Jim Blandy <jimb@redhat.com>
parents:
2648
diff
changeset
|
1117 { |
8301
c01188c50e70
(direct_output_for_insert): Dpn't call compute_char_face
Richard M. Stallman <rms@gnu.org>
parents:
8286
diff
changeset
|
1118 int face = 0; |
9572 | 1119 #ifdef HAVE_FACES |
2778
071fa2f469d7
* dispnew.c (direct_output_for_insert): Compute the face of the
Jim Blandy <jimb@redhat.com>
parents:
2648
diff
changeset
|
1120 int dummy; |
8301
c01188c50e70
(direct_output_for_insert): Dpn't call compute_char_face
Richard M. Stallman <rms@gnu.org>
parents:
8286
diff
changeset
|
1121 |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1122 if (FRAME_WINDOW_P (frame)) |
8394
b5d2495d6553
(direct_output_for_insert): Pass missing 8th
Richard M. Stallman <rms@gnu.org>
parents:
8301
diff
changeset
|
1123 face = compute_char_face (frame, w, point - 1, -1, -1, &dummy, point, 0); |
2778
071fa2f469d7
* dispnew.c (direct_output_for_insert): Compute the face of the
Jim Blandy <jimb@redhat.com>
parents:
2648
diff
changeset
|
1124 #endif |
6414
d681b16231a8
(direct_output_for_insert): Handle termcap frames as well as X.
Karl Heuer <kwzh@gnu.org>
parents:
6349
diff
changeset
|
1125 current_frame->glyphs[vpos][hpos] = MAKE_GLYPH (frame, g, face); |
6648
c7eefaee311c
(direct_output_for_insert): Add charstarts entry after the new char.
Richard M. Stallman <rms@gnu.org>
parents:
6645
diff
changeset
|
1126 current_frame->charstarts[vpos][hpos] = point - 1; |
c7eefaee311c
(direct_output_for_insert): Add charstarts entry after the new char.
Richard M. Stallman <rms@gnu.org>
parents:
6645
diff
changeset
|
1127 /* Record the entry for after the newly inserted character. */ |
c7eefaee311c
(direct_output_for_insert): Add charstarts entry after the new char.
Richard M. Stallman <rms@gnu.org>
parents:
6645
diff
changeset
|
1128 current_frame->charstarts[vpos][hpos + 1] = point; |
6620
990d7d5095dc
(adjust_window_charstarts): New function.
Richard M. Stallman <rms@gnu.org>
parents:
6617
diff
changeset
|
1129 adjust_window_charstarts (w, vpos, 1); |
2778
071fa2f469d7
* dispnew.c (direct_output_for_insert): Compute the face of the
Jim Blandy <jimb@redhat.com>
parents:
2648
diff
changeset
|
1130 } |
314 | 1131 unchanged_modified = MODIFF; |
1132 beg_unchanged = GPT - BEG; | |
9303
3115ae493c30
(direct_output_for_insert, direct_output_forward_char, change_frame_size,
Karl Heuer <kwzh@gnu.org>
parents:
9264
diff
changeset
|
1133 XSETFASTINT (w->last_point, point); |
3115ae493c30
(direct_output_for_insert, direct_output_forward_char, change_frame_size,
Karl Heuer <kwzh@gnu.org>
parents:
9264
diff
changeset
|
1134 XSETFASTINT (w->last_point_x, hpos); |
3115ae493c30
(direct_output_for_insert, direct_output_forward_char, change_frame_size,
Karl Heuer <kwzh@gnu.org>
parents:
9264
diff
changeset
|
1135 XSETFASTINT (w->last_modified, MODIFF); |
314 | 1136 |
1137 reassert_line_highlight (0, vpos); | |
764 | 1138 write_glyphs (¤t_frame->glyphs[vpos][hpos], 1); |
314 | 1139 fflush (stdout); |
764 | 1140 ++FRAME_CURSOR_X (frame); |
1141 if (hpos == current_frame->used[vpos]) | |
314 | 1142 { |
764 | 1143 current_frame->used[vpos] = hpos + 1; |
1144 current_frame->glyphs[vpos][hpos + 1] = 0; | |
314 | 1145 } |
1146 | |
1147 return 1; | |
1148 } | |
1149 | |
1150 int | |
1151 direct_output_forward_char (n) | |
1152 int n; | |
1153 { | |
764 | 1154 register FRAME_PTR frame = selected_frame; |
314 | 1155 register struct window *w = XWINDOW (selected_window); |
8903
03597c3eb63b
(direct_output_for_insert, direct_output_forward_char): Fix Lisp_Object
Karl Heuer <kwzh@gnu.org>
parents:
8878
diff
changeset
|
1156 Lisp_Object position; |
5223
db2e7e6a488e
(Fsit_for): Call prepare_menu_bars.
Richard M. Stallman <rms@gnu.org>
parents:
5218
diff
changeset
|
1157 int hpos = FRAME_CURSOR_X (frame); |
db2e7e6a488e
(Fsit_for): Call prepare_menu_bars.
Richard M. Stallman <rms@gnu.org>
parents:
5218
diff
changeset
|
1158 |
db2e7e6a488e
(Fsit_for): Call prepare_menu_bars.
Richard M. Stallman <rms@gnu.org>
parents:
5218
diff
changeset
|
1159 /* Give up if in truncated text at end of line. */ |
db2e7e6a488e
(Fsit_for): Call prepare_menu_bars.
Richard M. Stallman <rms@gnu.org>
parents:
5218
diff
changeset
|
1160 if (hpos >= XFASTINT (w->left) + window_internal_width (w) - 1) |
db2e7e6a488e
(Fsit_for): Call prepare_menu_bars.
Richard M. Stallman <rms@gnu.org>
parents:
5218
diff
changeset
|
1161 return 0; |
db2e7e6a488e
(Fsit_for): Call prepare_menu_bars.
Richard M. Stallman <rms@gnu.org>
parents:
5218
diff
changeset
|
1162 |
543 | 1163 /* Avoid losing if cursor is in invisible text off left margin |
1164 or about to go off either side of window. */ | |
764 | 1165 if ((FRAME_CURSOR_X (frame) == XFASTINT (w->left) |
543 | 1166 && (XINT (w->hscroll) || n < 0)) |
1167 || (n > 0 | |
1777
4edfaa19c7a7
* window.c (window_internal_width): New function.
Jim Blandy <jimb@redhat.com>
parents:
1766
diff
changeset
|
1168 && (FRAME_CURSOR_X (frame) + 1 >= window_internal_width (w) - 1)) |
1042
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1169 || cursor_in_echo_area) |
314 | 1170 return 0; |
11096
cac0367b1794
(direct_output_forward_char): Don't use direct output at an overlay boundary.
Karl Heuer <kwzh@gnu.org>
parents:
10770
diff
changeset
|
1171 |
2794
9163e4e4752c
(direct_output_forward_char): Just give up
Richard M. Stallman <rms@gnu.org>
parents:
2778
diff
changeset
|
1172 /* Can't use direct output if highlighting a region. */ |
9163e4e4752c
(direct_output_forward_char): Just give up
Richard M. Stallman <rms@gnu.org>
parents:
2778
diff
changeset
|
1173 if (!NILP (Vtransient_mark_mode) && !NILP (current_buffer->mark_active)) |
9163e4e4752c
(direct_output_forward_char): Just give up
Richard M. Stallman <rms@gnu.org>
parents:
2778
diff
changeset
|
1174 return 0; |
9163e4e4752c
(direct_output_forward_char): Just give up
Richard M. Stallman <rms@gnu.org>
parents:
2778
diff
changeset
|
1175 |
11096
cac0367b1794
(direct_output_forward_char): Don't use direct output at an overlay boundary.
Karl Heuer <kwzh@gnu.org>
parents:
10770
diff
changeset
|
1176 /* Can't use direct output at an overlay boundary; it might have |
cac0367b1794
(direct_output_forward_char): Don't use direct output at an overlay boundary.
Karl Heuer <kwzh@gnu.org>
parents:
10770
diff
changeset
|
1177 before-string or after-string properties. */ |
cac0367b1794
(direct_output_forward_char): Don't use direct output at an overlay boundary.
Karl Heuer <kwzh@gnu.org>
parents:
10770
diff
changeset
|
1178 if (overlay_touches_p (PT) || overlay_touches_p (PT - n)) |
cac0367b1794
(direct_output_forward_char): Don't use direct output at an overlay boundary.
Karl Heuer <kwzh@gnu.org>
parents:
10770
diff
changeset
|
1179 return 0; |
cac0367b1794
(direct_output_forward_char): Don't use direct output at an overlay boundary.
Karl Heuer <kwzh@gnu.org>
parents:
10770
diff
changeset
|
1180 |
4384
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1181 #ifdef USE_TEXT_PROPERTIES |
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1182 /* Don't use direct output next to an invisible character |
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1183 since we might need to do something special. */ |
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1184 |
9303
3115ae493c30
(direct_output_for_insert, direct_output_forward_char, change_frame_size,
Karl Heuer <kwzh@gnu.org>
parents:
9264
diff
changeset
|
1185 XSETFASTINT (position, point); |
4551
1abd3007cbb6
(direct_output_forward_char): Fix previous change:
Richard M. Stallman <rms@gnu.org>
parents:
4384
diff
changeset
|
1186 if (XFASTINT (position) < ZV |
6069
07045ca8ff19
(direct_output_forward_char): Use Fget_char_property to test for invisibility.
Karl Heuer <kwzh@gnu.org>
parents:
6068
diff
changeset
|
1187 && ! NILP (Fget_char_property (position, |
4551
1abd3007cbb6
(direct_output_forward_char): Fix previous change:
Richard M. Stallman <rms@gnu.org>
parents:
4384
diff
changeset
|
1188 Qinvisible, |
6069
07045ca8ff19
(direct_output_forward_char): Use Fget_char_property to test for invisibility.
Karl Heuer <kwzh@gnu.org>
parents:
6068
diff
changeset
|
1189 selected_window))) |
07045ca8ff19
(direct_output_forward_char): Use Fget_char_property to test for invisibility.
Karl Heuer <kwzh@gnu.org>
parents:
6068
diff
changeset
|
1190 return 0; |
4384
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1191 |
9303
3115ae493c30
(direct_output_for_insert, direct_output_forward_char, change_frame_size,
Karl Heuer <kwzh@gnu.org>
parents:
9264
diff
changeset
|
1192 XSETFASTINT (position, point - 1); |
4551
1abd3007cbb6
(direct_output_forward_char): Fix previous change:
Richard M. Stallman <rms@gnu.org>
parents:
4384
diff
changeset
|
1193 if (XFASTINT (position) >= BEGV |
6069
07045ca8ff19
(direct_output_forward_char): Use Fget_char_property to test for invisibility.
Karl Heuer <kwzh@gnu.org>
parents:
6068
diff
changeset
|
1194 && ! NILP (Fget_char_property (position, |
4551
1abd3007cbb6
(direct_output_forward_char): Fix previous change:
Richard M. Stallman <rms@gnu.org>
parents:
4384
diff
changeset
|
1195 Qinvisible, |
6069
07045ca8ff19
(direct_output_forward_char): Use Fget_char_property to test for invisibility.
Karl Heuer <kwzh@gnu.org>
parents:
6068
diff
changeset
|
1196 selected_window))) |
07045ca8ff19
(direct_output_forward_char): Use Fget_char_property to test for invisibility.
Karl Heuer <kwzh@gnu.org>
parents:
6068
diff
changeset
|
1197 return 0; |
4384
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1198 #endif |
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1199 |
764 | 1200 FRAME_CURSOR_X (frame) += n; |
9303
3115ae493c30
(direct_output_for_insert, direct_output_forward_char, change_frame_size,
Karl Heuer <kwzh@gnu.org>
parents:
9264
diff
changeset
|
1201 XSETFASTINT (w->last_point_x, FRAME_CURSOR_X (frame)); |
3115ae493c30
(direct_output_for_insert, direct_output_forward_char, change_frame_size,
Karl Heuer <kwzh@gnu.org>
parents:
9264
diff
changeset
|
1202 XSETFASTINT (w->last_point, point); |
764 | 1203 cursor_to (FRAME_CURSOR_Y (frame), FRAME_CURSOR_X (frame)); |
314 | 1204 fflush (stdout); |
4384
98605d0ea3cf
(direct_output_for_insert): Fail if character
Richard M. Stallman <rms@gnu.org>
parents:
4290
diff
changeset
|
1205 |
314 | 1206 return 1; |
1207 } | |
1208 | |
1209 static void update_line (); | |
1210 | |
764 | 1211 /* Update frame F based on the data in FRAME_DESIRED_GLYPHS. |
314 | 1212 Value is nonzero if redisplay stopped due to pending input. |
1213 FORCE nonzero means do not stop for pending input. */ | |
1214 | |
1215 int | |
764 | 1216 update_frame (f, force, inhibit_hairy_id) |
1217 FRAME_PTR f; | |
314 | 1218 int force; |
1219 int inhibit_hairy_id; | |
1220 { | |
7179
cb958b7d5fe1
(update_frame): Move assignments to current_frame and desired_frame.
Richard M. Stallman <rms@gnu.org>
parents:
6857
diff
changeset
|
1221 register struct frame_glyphs *current_frame; |
7188
7da4ad9a2a8f
(update_frame): Move those assignments even farther down.
Richard M. Stallman <rms@gnu.org>
parents:
7179
diff
changeset
|
1222 register struct frame_glyphs *desired_frame = 0; |
314 | 1223 register int i; |
1224 int pause; | |
1225 int preempt_count = baud_rate / 2400 + 1; | |
1226 extern input_pending; | |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1227 #ifdef HAVE_WINDOW_SYSTEM |
314 | 1228 register int downto, leftmost; |
1229 #endif | |
1230 | |
10122
3de6776ae141
(update_frame): Call calculate_costs if baud_rate changed.
Richard M. Stallman <rms@gnu.org>
parents:
9963
diff
changeset
|
1231 if (baud_rate != FRAME_COST_BAUD_RATE (f)) |
3de6776ae141
(update_frame): Call calculate_costs if baud_rate changed.
Richard M. Stallman <rms@gnu.org>
parents:
9963
diff
changeset
|
1232 calculate_costs (f); |
3de6776ae141
(update_frame): Call calculate_costs if baud_rate changed.
Richard M. Stallman <rms@gnu.org>
parents:
9963
diff
changeset
|
1233 |
3357
d9523a958b3c
(update_frame): Make preempt_count positive.
Richard M. Stallman <rms@gnu.org>
parents:
3317
diff
changeset
|
1234 if (preempt_count <= 0) |
d9523a958b3c
(update_frame): Make preempt_count positive.
Richard M. Stallman <rms@gnu.org>
parents:
3317
diff
changeset
|
1235 preempt_count = 1; |
d9523a958b3c
(update_frame): Make preempt_count positive.
Richard M. Stallman <rms@gnu.org>
parents:
3317
diff
changeset
|
1236 |
764 | 1237 if (FRAME_HEIGHT (f) == 0) abort (); /* Some bug zeros some core */ |
314 | 1238 |
1239 detect_input_pending (); | |
1240 if (input_pending && !force) | |
1241 { | |
1242 pause = 1; | |
1243 goto do_pause; | |
1244 } | |
1245 | |
764 | 1246 update_begin (f); |
314 | 1247 |
1248 if (!line_ins_del_ok) | |
1249 inhibit_hairy_id = 1; | |
1250 | |
7188
7da4ad9a2a8f
(update_frame): Move those assignments even farther down.
Richard M. Stallman <rms@gnu.org>
parents:
7179
diff
changeset
|
1251 /* These are separate to avoid a possible bug in the AIX C compiler. */ |
7da4ad9a2a8f
(update_frame): Move those assignments even farther down.
Richard M. Stallman <rms@gnu.org>
parents:
7179
diff
changeset
|
1252 current_frame = FRAME_CURRENT_GLYPHS (f); |
7da4ad9a2a8f
(update_frame): Move those assignments even farther down.
Richard M. Stallman <rms@gnu.org>
parents:
7179
diff
changeset
|
1253 desired_frame = FRAME_DESIRED_GLYPHS (f); |
7da4ad9a2a8f
(update_frame): Move those assignments even farther down.
Richard M. Stallman <rms@gnu.org>
parents:
7179
diff
changeset
|
1254 |
493 | 1255 /* See if any of the desired lines are enabled; don't compute for |
1256 i/d line if just want cursor motion. */ | |
764 | 1257 for (i = 0; i < FRAME_HEIGHT (f); i++) |
1258 if (desired_frame->enable[i]) | |
314 | 1259 break; |
1260 | |
1261 /* Try doing i/d line, if not yet inhibited. */ | |
764 | 1262 if (!inhibit_hairy_id && i < FRAME_HEIGHT (f)) |
1263 force |= scrolling (f); | |
314 | 1264 |
1265 /* Update the individual lines as needed. Do bottom line first. */ | |
1266 | |
764 | 1267 if (desired_frame->enable[FRAME_HEIGHT (f) - 1]) |
1268 update_line (f, FRAME_HEIGHT (f) - 1); | |
314 | 1269 |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1270 #ifdef HAVE_WINDOW_SYSTEM |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1271 if (FRAME_WINDOW_P (f)) |
314 | 1272 { |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1273 leftmost = downto = FRAME_INTERNAL_BORDER_WIDTH (f); |
764 | 1274 if (desired_frame->enable[0]) |
314 | 1275 { |
764 | 1276 current_frame->top_left_x[FRAME_HEIGHT (f) - 1] = leftmost; |
1277 current_frame->top_left_y[FRAME_HEIGHT (f) - 1] | |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1278 = PIXEL_HEIGHT (f) - FRAME_INTERNAL_BORDER_WIDTH (f) |
1407
0f214040f708
* dispnew.c (scroll_frame_lines): All references to frame elements
Joseph Arceneaux <jla@gnu.org>
parents:
1192
diff
changeset
|
1279 - current_frame->pix_height[FRAME_HEIGHT (f) - 1]; |
764 | 1280 current_frame->top_left_x[0] = leftmost; |
1281 current_frame->top_left_y[0] = downto; | |
314 | 1282 } |
1283 } | |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1284 #endif /* HAVE_WINDOW_SYSTEM */ |
314 | 1285 |
1286 /* Now update the rest of the lines. */ | |
764 | 1287 for (i = 0; i < FRAME_HEIGHT (f) - 1 && (force || !input_pending); i++) |
314 | 1288 { |
764 | 1289 if (desired_frame->enable[i]) |
314 | 1290 { |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
1291 if (FRAME_TERMCAP_P (f)) |
314 | 1292 { |
1293 /* Flush out every so many lines. | |
1294 Also flush out if likely to have more than 1k buffered | |
1295 otherwise. I'm told that some telnet connections get | |
1296 really screwed by more than 1k output at once. */ | |
1297 int outq = PENDING_OUTPUT_COUNT (stdout); | |
1298 if (outq > 900 | |
1299 || (outq > 20 && ((i - 1) % preempt_count == 0))) | |
1300 { | |
1301 fflush (stdout); | |
1302 if (preempt_count == 1) | |
1303 { | |
554 | 1304 #ifdef EMACS_OUTQSIZE |
1305 if (EMACS_OUTQSIZE (0, &outq) < 0) | |
314 | 1306 /* Probably not a tty. Ignore the error and reset |
1307 * the outq count. */ | |
1308 outq = PENDING_OUTPUT_COUNT (stdout); | |
1309 #endif | |
1310 outq *= 10; | |
7530
57c2345a9002
(update_frame): Fix test of outq and baud_rate some more.
Richard M. Stallman <rms@gnu.org>
parents:
7529
diff
changeset
|
1311 if (baud_rate <= outq && baud_rate > 0) |
3357
d9523a958b3c
(update_frame): Make preempt_count positive.
Richard M. Stallman <rms@gnu.org>
parents:
3317
diff
changeset
|
1312 sleep (outq / baud_rate); |
314 | 1313 } |
1314 } | |
1315 if ((i - 1) % preempt_count == 0) | |
1316 detect_input_pending (); | |
1317 } | |
1318 | |
764 | 1319 update_line (f, i); |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1320 #ifdef HAVE_WINDOW_SYSTEM |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1321 if (FRAME_WINDOW_P (f)) |
314 | 1322 { |
764 | 1323 current_frame->top_left_y[i] = downto; |
1324 current_frame->top_left_x[i] = leftmost; | |
314 | 1325 } |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1326 #endif /* HAVE_WINDOW_SYSTEM */ |
314 | 1327 } |
1328 | |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1329 #ifdef HAVE_WINDOW_SYSTEM |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1330 if (FRAME_WINDOW_P (f)) |
1407
0f214040f708
* dispnew.c (scroll_frame_lines): All references to frame elements
Joseph Arceneaux <jla@gnu.org>
parents:
1192
diff
changeset
|
1331 downto += current_frame->pix_height[i]; |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1332 #endif /* HAVE_WINDOW_SYSTEM */ |
314 | 1333 } |
764 | 1334 pause = (i < FRAME_HEIGHT (f) - 1) ? i : 0; |
314 | 1335 |
1336 /* Now just clean up termcap drivers and set cursor, etc. */ | |
1337 if (!pause) | |
1338 { | |
12409
6e374b28ecc3
(update_frame): Pretend cursor is in echo area
Richard M. Stallman <rms@gnu.org>
parents:
12193
diff
changeset
|
1339 if ((cursor_in_echo_area |
12627
c7bc7a24b1ff
(update_frame): Check that the echo area is in the frame being displayed.
Richard M. Stallman <rms@gnu.org>
parents:
12532
diff
changeset
|
1340 /* If we are showing a message instead of the minibuffer, |
c7bc7a24b1ff
(update_frame): Check that the echo area is in the frame being displayed.
Richard M. Stallman <rms@gnu.org>
parents:
12532
diff
changeset
|
1341 show the cursor for the message instead of for the |
c7bc7a24b1ff
(update_frame): Check that the echo area is in the frame being displayed.
Richard M. Stallman <rms@gnu.org>
parents:
12532
diff
changeset
|
1342 (now hidden) minibuffer contents. */ |
c7bc7a24b1ff
(update_frame): Check that the echo area is in the frame being displayed.
Richard M. Stallman <rms@gnu.org>
parents:
12532
diff
changeset
|
1343 || (EQ (minibuf_window, selected_window) |
c7bc7a24b1ff
(update_frame): Check that the echo area is in the frame being displayed.
Richard M. Stallman <rms@gnu.org>
parents:
12532
diff
changeset
|
1344 && EQ (minibuf_window, echo_area_window) |
c7bc7a24b1ff
(update_frame): Check that the echo area is in the frame being displayed.
Richard M. Stallman <rms@gnu.org>
parents:
12532
diff
changeset
|
1345 && echo_area_glyphs != 0)) |
c7bc7a24b1ff
(update_frame): Check that the echo area is in the frame being displayed.
Richard M. Stallman <rms@gnu.org>
parents:
12532
diff
changeset
|
1346 /* These cases apply only to the frame that contains |
c7bc7a24b1ff
(update_frame): Check that the echo area is in the frame being displayed.
Richard M. Stallman <rms@gnu.org>
parents:
12532
diff
changeset
|
1347 the active minibuffer window. */ |
c7bc7a24b1ff
(update_frame): Check that the echo area is in the frame being displayed.
Richard M. Stallman <rms@gnu.org>
parents:
12532
diff
changeset
|
1348 && FRAME_HAS_MINIBUF_P (f) |
c7bc7a24b1ff
(update_frame): Check that the echo area is in the frame being displayed.
Richard M. Stallman <rms@gnu.org>
parents:
12532
diff
changeset
|
1349 && EQ (FRAME_MINIBUF_WINDOW (f), minibuf_window)) |
708 | 1350 { |
1042
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1351 int top = XINT (XWINDOW (FRAME_MINIBUF_WINDOW (f))->top); |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1352 int row, col; |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1353 |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1354 if (cursor_in_echo_area < 0) |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1355 { |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1356 row = top; |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1357 col = 0; |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1358 } |
708 | 1359 else |
1042
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1360 { |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1361 /* If the minibuffer is several lines high, find the last |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1362 line that has any text on it. */ |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1363 row = FRAME_HEIGHT (f); |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1364 do |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1365 { |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1366 row--; |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1367 if (current_frame->enable[row]) |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1368 col = current_frame->used[row]; |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1369 else |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1370 col = 0; |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1371 } |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1372 while (row > top && col == 0); |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1373 |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1374 if (col >= FRAME_WIDTH (f)) |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1375 { |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1376 col = 0; |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1377 if (row < FRAME_HEIGHT (f) - 1) |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1378 row++; |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1379 } |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1380 } |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1381 |
41b77a76b885
* dispnew.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1003
diff
changeset
|
1382 cursor_to (row, col); |
708 | 1383 } |
314 | 1384 else |
764 | 1385 cursor_to (FRAME_CURSOR_Y (f), max (min (FRAME_CURSOR_X (f), |
1386 FRAME_WIDTH (f) - 1), 0)); | |
314 | 1387 } |
1388 | |
764 | 1389 update_end (f); |
314 | 1390 |
1391 if (termscript) | |
1392 fflush (termscript); | |
1393 fflush (stdout); | |
1394 | |
1395 /* Here if output is preempted because input is detected. */ | |
1396 do_pause: | |
1397 | |
764 | 1398 if (FRAME_HEIGHT (f) == 0) abort (); /* Some bug zeros some core */ |
314 | 1399 display_completed = !pause; |
1400 | |
7247
bead6db0bbf2
(update_frame): Fix previous change: unconditionally bzero at the end.
Richard M. Stallman <rms@gnu.org>
parents:
7188
diff
changeset
|
1401 bzero (FRAME_DESIRED_GLYPHS (f)->enable, FRAME_HEIGHT (f)); |
314 | 1402 return pause; |
1403 } | |
1404 | |
1405 /* Called when about to quit, to check for doing so | |
1406 at an improper time. */ | |
1407 | |
1408 void | |
1409 quit_error_check () | |
1410 { | |
13105
a9efbc138c23
(get_display_line): Don't abort if there's text
Richard M. Stallman <rms@gnu.org>
parents:
12917
diff
changeset
|
1411 #if 0 |
764 | 1412 if (FRAME_DESIRED_GLYPHS (selected_frame) == 0) |
314 | 1413 return; |
764 | 1414 if (FRAME_DESIRED_GLYPHS (selected_frame)->enable[0]) |
314 | 1415 abort (); |
764 | 1416 if (FRAME_DESIRED_GLYPHS (selected_frame)->enable[FRAME_HEIGHT (selected_frame) - 1]) |
314 | 1417 abort (); |
13105
a9efbc138c23
(get_display_line): Don't abort if there's text
Richard M. Stallman <rms@gnu.org>
parents:
12917
diff
changeset
|
1418 #endif |
314 | 1419 } |
1420 | |
1421 /* Decide what insert/delete line to do, and do it */ | |
1422 | |
1423 extern void scrolling_1 (); | |
1424 | |
764 | 1425 scrolling (frame) |
1426 FRAME_PTR frame; | |
314 | 1427 { |
1428 int unchanged_at_top, unchanged_at_bottom; | |
1429 int window_size; | |
1430 int changed_lines; | |
764 | 1431 int *old_hash = (int *) alloca (FRAME_HEIGHT (frame) * sizeof (int)); |
1432 int *new_hash = (int *) alloca (FRAME_HEIGHT (frame) * sizeof (int)); | |
1433 int *draw_cost = (int *) alloca (FRAME_HEIGHT (frame) * sizeof (int)); | |
10259
48e4dfc6bb43
(scrolling): Fewer restrictions if scroll_region_ok is
Richard M. Stallman <rms@gnu.org>
parents:
10122
diff
changeset
|
1434 int *old_draw_cost = (int *) alloca (FRAME_HEIGHT (frame) * sizeof (int)); |
314 | 1435 register int i; |
764 | 1436 int free_at_end_vpos = FRAME_HEIGHT (frame); |
1437 register struct frame_glyphs *current_frame = FRAME_CURRENT_GLYPHS (frame); | |
1438 register struct frame_glyphs *desired_frame = FRAME_DESIRED_GLYPHS (frame); | |
314 | 1439 |
1440 /* Compute hash codes of all the lines. | |
1441 Also calculate number of changed lines, | |
1442 number of unchanged lines at the beginning, | |
1443 and number of unchanged lines at the end. */ | |
1444 | |
1445 changed_lines = 0; | |
1446 unchanged_at_top = 0; | |
764 | 1447 unchanged_at_bottom = FRAME_HEIGHT (frame); |
1448 for (i = 0; i < FRAME_HEIGHT (frame); i++) | |
314 | 1449 { |
1450 /* Give up on this scrolling if some old lines are not enabled. */ | |
764 | 1451 if (!current_frame->enable[i]) |
314 | 1452 return 0; |
764 | 1453 old_hash[i] = line_hash_code (current_frame, i); |
1454 if (! desired_frame->enable[i]) | |
314 | 1455 new_hash[i] = old_hash[i]; |
1456 else | |
764 | 1457 new_hash[i] = line_hash_code (desired_frame, i); |
314 | 1458 |
1459 if (old_hash[i] != new_hash[i]) | |
1460 { | |
1461 changed_lines++; | |
764 | 1462 unchanged_at_bottom = FRAME_HEIGHT (frame) - i - 1; |
314 | 1463 } |
1464 else if (i == unchanged_at_top) | |
1465 unchanged_at_top++; | |
764 | 1466 draw_cost[i] = line_draw_cost (desired_frame, i); |
10259
48e4dfc6bb43
(scrolling): Fewer restrictions if scroll_region_ok is
Richard M. Stallman <rms@gnu.org>
parents:
10122
diff
changeset
|
1467 old_draw_cost[i] = line_draw_cost (current_frame, i); |
314 | 1468 } |
1469 | |
1470 /* If changed lines are few, don't allow preemption, don't scroll. */ | |
10259
48e4dfc6bb43
(scrolling): Fewer restrictions if scroll_region_ok is
Richard M. Stallman <rms@gnu.org>
parents:
10122
diff
changeset
|
1471 if (!scroll_region_ok && changed_lines < baud_rate / 2400 |
764 | 1472 || unchanged_at_bottom == FRAME_HEIGHT (frame)) |
314 | 1473 return 1; |
1474 | |
764 | 1475 window_size = (FRAME_HEIGHT (frame) - unchanged_at_top |
314 | 1476 - unchanged_at_bottom); |
1477 | |
1478 if (scroll_region_ok) | |
1479 free_at_end_vpos -= unchanged_at_bottom; | |
764 | 1480 else if (memory_below_frame) |
314 | 1481 free_at_end_vpos = -1; |
1482 | |
1483 /* If large window, fast terminal and few lines in common between | |
764 | 1484 current frame and desired frame, don't bother with i/d calc. */ |
10259
48e4dfc6bb43
(scrolling): Fewer restrictions if scroll_region_ok is
Richard M. Stallman <rms@gnu.org>
parents:
10122
diff
changeset
|
1485 if (!scroll_region_ok && window_size >= 18 && baud_rate > 2400 |
314 | 1486 && (window_size >= |
1487 10 * scrolling_max_lines_saved (unchanged_at_top, | |
764 | 1488 FRAME_HEIGHT (frame) - unchanged_at_bottom, |
314 | 1489 old_hash, new_hash, draw_cost))) |
1490 return 0; | |
1491 | |
764 | 1492 scrolling_1 (frame, window_size, unchanged_at_top, unchanged_at_bottom, |
314 | 1493 draw_cost + unchanged_at_top - 1, |
10259
48e4dfc6bb43
(scrolling): Fewer restrictions if scroll_region_ok is
Richard M. Stallman <rms@gnu.org>
parents:
10122
diff
changeset
|
1494 old_draw_cost + unchanged_at_top - 1, |
314 | 1495 old_hash + unchanged_at_top - 1, |
1496 new_hash + unchanged_at_top - 1, | |
1497 free_at_end_vpos - unchanged_at_top); | |
1498 | |
1499 return 0; | |
1500 } | |
1501 | |
1502 /* Return the offset in its buffer of the character at location col, line | |
1503 in the given window. */ | |
1504 int | |
1505 buffer_posn_from_coords (window, col, line) | |
1506 struct window *window; | |
1507 int col, line; | |
1508 { | |
5885
b649c51e3f6b
(buffer_posn_from_coords): Take hscroll into account.
Karl Heuer <kwzh@gnu.org>
parents:
5619
diff
changeset
|
1509 int hscroll = XINT (window->hscroll); |
314 | 1510 int window_left = XFASTINT (window->left); |
1511 | |
1512 /* The actual width of the window is window->width less one for the | |
493 | 1513 DISP_CONTINUE_GLYPH, and less one if it's not the rightmost |
1514 window. */ | |
1777
4edfaa19c7a7
* window.c (window_internal_width): New function.
Jim Blandy <jimb@redhat.com>
parents:
1766
diff
changeset
|
1515 int window_width = window_internal_width (window) - 1; |
314 | 1516 |
493 | 1517 int startp = marker_position (window->start); |
314 | 1518 |
1519 /* Since compute_motion will only operate on the current buffer, | |
1520 we need to save the old one and restore it when we're done. */ | |
1521 struct buffer *old_current_buffer = current_buffer; | |
493 | 1522 struct position *posn; |
314 | 1523 |
1524 current_buffer = XBUFFER (window->buffer); | |
1525 | |
11858
343ec791e9be
(buffer_posn_from_coords): Don't let startp be before BEGV.
Karl Heuer <kwzh@gnu.org>
parents:
11851
diff
changeset
|
1526 /* We can't get a correct result in this case, |
343ec791e9be
(buffer_posn_from_coords): Don't let startp be before BEGV.
Karl Heuer <kwzh@gnu.org>
parents:
11851
diff
changeset
|
1527 but at least prevent compute_motion from crashing. */ |
343ec791e9be
(buffer_posn_from_coords): Don't let startp be before BEGV.
Karl Heuer <kwzh@gnu.org>
parents:
11851
diff
changeset
|
1528 if (startp < BEGV) |
343ec791e9be
(buffer_posn_from_coords): Don't let startp be before BEGV.
Karl Heuer <kwzh@gnu.org>
parents:
11851
diff
changeset
|
1529 startp = BEGV; |
343ec791e9be
(buffer_posn_from_coords): Don't let startp be before BEGV.
Karl Heuer <kwzh@gnu.org>
parents:
11851
diff
changeset
|
1530 |
764 | 1531 /* It would be nice if we could use FRAME_CURRENT_GLYPHS (XFRAME |
1532 (window->frame))->bufp to avoid scanning from the very top of | |
493 | 1533 the window, but it isn't maintained correctly, and I'm not even |
1534 sure I will keep it. */ | |
1535 posn = compute_motion (startp, 0, | |
11851
b90c2cdd9627
(buffer_posn_from_coords): New arg to compute_motion.
Karl Heuer <kwzh@gnu.org>
parents:
11795
diff
changeset
|
1536 ((window == XWINDOW (minibuf_window) && startp == BEG |
b90c2cdd9627
(buffer_posn_from_coords): New arg to compute_motion.
Karl Heuer <kwzh@gnu.org>
parents:
11795
diff
changeset
|
1537 ? minibuf_prompt_width : 0) |
b90c2cdd9627
(buffer_posn_from_coords): New arg to compute_motion.
Karl Heuer <kwzh@gnu.org>
parents:
11795
diff
changeset
|
1538 + (hscroll ? 1 - hscroll : 0)), |
b90c2cdd9627
(buffer_posn_from_coords): New arg to compute_motion.
Karl Heuer <kwzh@gnu.org>
parents:
11795
diff
changeset
|
1539 0, |
3317
55066d2375b6
(buffer_posn_from_coords): Since COL is already
Richard M. Stallman <rms@gnu.org>
parents:
3192
diff
changeset
|
1540 ZV, line, col, |
6692
43a79400a664
Add window argument on calls to compute_motion.
Karl Heuer <kwzh@gnu.org>
parents:
6682
diff
changeset
|
1541 window_width, hscroll, 0, window); |
314 | 1542 |
1543 current_buffer = old_current_buffer; | |
1544 | |
764 | 1545 /* compute_motion considers frame points past the end of a line |
493 | 1546 to be *after* the newline, i.e. at the start of the next line. |
1547 This is reasonable, but not really what we want. So if the | |
1548 result is on a line below LINE, back it up one character. */ | |
1549 if (posn->vpos > line) | |
1550 return posn->bufpos - 1; | |
1551 else | |
1552 return posn->bufpos; | |
314 | 1553 } |
1554 | |
1555 static int | |
1556 count_blanks (r) | |
1557 register GLYPH *r; | |
1558 { | |
1559 register GLYPH *p = r; | |
1495
f17665e7347e
(count_blanks): Leave argument r constant, and increment p.
Richard M. Stallman <rms@gnu.org>
parents:
1407
diff
changeset
|
1560 while (*p++ == SPACEGLYPH); |
f17665e7347e
(count_blanks): Leave argument r constant, and increment p.
Richard M. Stallman <rms@gnu.org>
parents:
1407
diff
changeset
|
1561 return p - r - 1; |
314 | 1562 } |
1563 | |
1564 static int | |
1565 count_match (str1, str2) | |
1566 GLYPH *str1, *str2; | |
1567 { | |
1568 register GLYPH *p1 = str1; | |
1569 register GLYPH *p2 = str2; | |
1570 while (*p1++ == *p2++); | |
1571 return p1 - str1 - 1; | |
1572 } | |
1573 | |
1574 /* Char insertion/deletion cost vector, from term.c */ | |
1575 extern int *char_ins_del_vector; | |
1576 | |
1849
23ab36427257
(char_ins_del_cost): Use FRAME_WIDTH, not FRAME_HEIGHT.
Richard M. Stallman <rms@gnu.org>
parents:
1821
diff
changeset
|
1577 #define char_ins_del_cost(f) (&char_ins_del_vector[FRAME_WIDTH((f))]) |
314 | 1578 |
1579 static void | |
764 | 1580 update_line (frame, vpos) |
1581 register FRAME_PTR frame; | |
314 | 1582 int vpos; |
1583 { | |
1584 register GLYPH *obody, *nbody, *op1, *op2, *np1, *temp; | |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1585 int *temp1; |
314 | 1586 int tem; |
1587 int osp, nsp, begmatch, endmatch, olen, nlen; | |
1588 int save; | |
764 | 1589 register struct frame_glyphs *current_frame |
1590 = FRAME_CURRENT_GLYPHS (frame); | |
1591 register struct frame_glyphs *desired_frame | |
1592 = FRAME_DESIRED_GLYPHS (frame); | |
314 | 1593 |
764 | 1594 if (desired_frame->highlight[vpos] |
1595 != (current_frame->enable[vpos] && current_frame->highlight[vpos])) | |
314 | 1596 { |
764 | 1597 change_line_highlight (desired_frame->highlight[vpos], vpos, |
1598 (current_frame->enable[vpos] ? | |
1599 current_frame->used[vpos] : 0)); | |
1600 current_frame->enable[vpos] = 0; | |
314 | 1601 } |
1602 else | |
764 | 1603 reassert_line_highlight (desired_frame->highlight[vpos], vpos); |
314 | 1604 |
764 | 1605 if (! current_frame->enable[vpos]) |
314 | 1606 { |
1607 olen = 0; | |
1608 } | |
1609 else | |
1610 { | |
764 | 1611 obody = current_frame->glyphs[vpos]; |
1612 olen = current_frame->used[vpos]; | |
1613 if (! current_frame->highlight[vpos]) | |
314 | 1614 { |
1615 if (!must_write_spaces) | |
13448
89f89cadc30d
(update_line): Avoid indexing into obody by -1.
Richard M. Stallman <rms@gnu.org>
parents:
13408
diff
changeset
|
1616 while (olen > 0 && obody[olen - 1] == SPACEGLYPH) |
314 | 1617 olen--; |
1618 } | |
1619 else | |
1620 { | |
1621 /* For an inverse-video line, remember we gave it | |
764 | 1622 spaces all the way to the frame edge |
314 | 1623 so that the reverse video extends all the way across. */ |
1624 | |
764 | 1625 while (olen < FRAME_WIDTH (frame) - 1) |
314 | 1626 obody[olen++] = SPACEGLYPH; |
1627 } | |
1628 } | |
1629 | |
1630 /* One way or another, this will enable the line being updated. */ | |
764 | 1631 current_frame->enable[vpos] = 1; |
1632 current_frame->used[vpos] = desired_frame->used[vpos]; | |
1633 current_frame->highlight[vpos] = desired_frame->highlight[vpos]; | |
1634 current_frame->bufp[vpos] = desired_frame->bufp[vpos]; | |
314 | 1635 |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1636 #ifdef HAVE_WINDOW_SYSTEM |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1637 if (FRAME_WINDOW_P (frame)) |
314 | 1638 { |
764 | 1639 current_frame->pix_width[vpos] |
1640 = current_frame->used[vpos] | |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1641 * FONT_WIDTH (FRAME_FONT (frame)); |
764 | 1642 current_frame->pix_height[vpos] |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1643 = FRAME_LINE_HEIGHT (frame); |
314 | 1644 } |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
1645 #endif /* HAVE_WINDOW_SYSTEM */ |
314 | 1646 |
764 | 1647 if (!desired_frame->enable[vpos]) |
314 | 1648 { |
1649 nlen = 0; | |
1650 goto just_erase; | |
1651 } | |
1652 | |
764 | 1653 nbody = desired_frame->glyphs[vpos]; |
1654 nlen = desired_frame->used[vpos]; | |
314 | 1655 |
1656 /* Pretend trailing spaces are not there at all, | |
1657 unless for one reason or another we must write all spaces. */ | |
764 | 1658 if (! desired_frame->highlight[vpos]) |
314 | 1659 { |
1660 if (!must_write_spaces) | |
1661 /* We know that the previous character byte contains 0. */ | |
1662 while (nbody[nlen - 1] == SPACEGLYPH) | |
1663 nlen--; | |
1664 } | |
1665 else | |
1666 { | |
1667 /* For an inverse-video line, give it extra trailing spaces | |
764 | 1668 all the way to the frame edge |
314 | 1669 so that the reverse video extends all the way across. */ |
1670 | |
764 | 1671 while (nlen < FRAME_WIDTH (frame) - 1) |
314 | 1672 nbody[nlen++] = SPACEGLYPH; |
1673 } | |
1674 | |
1675 /* If there's no i/d char, quickly do the best we can without it. */ | |
1676 if (!char_ins_del_ok) | |
1677 { | |
1678 int i,j; | |
1679 | |
4276
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1680 #if 0 |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1681 if (FRAME_X_P (frame)) |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1682 { |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1683 /* Under X, erase everything we are going to rewrite, |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1684 and rewrite everything from the first char that's changed. |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1685 This is part of supporting fonts like Courier |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1686 whose chars can overlap outside the char width. */ |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1687 for (i = 0; i < nlen; i++) |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1688 if (i >= olen || nbody[i] != obody[i]) |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1689 break; |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1690 |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1691 cursor_to (vpos, i); |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1692 if (i != olen) |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1693 clear_end_of_line (olen); |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1694 write_glyphs (nbody + i, nlen - i); |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1695 } |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1696 else |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1697 {} |
2298d2aff61c
Commented-out code added.
Richard M. Stallman <rms@gnu.org>
parents:
4134
diff
changeset
|
1698 #endif /* 0 */ |
314 | 1699 for (i = 0; i < nlen; i++) |
1700 { | |
1701 if (i >= olen || nbody[i] != obody[i]) /* A non-matching char. */ | |
1702 { | |
1703 cursor_to (vpos, i); | |
1704 for (j = 1; (i + j < nlen && | |
1705 (i + j >= olen || nbody[i+j] != obody[i+j])); | |
1706 j++); | |
1707 | |
1708 /* Output this run of non-matching chars. */ | |
1709 write_glyphs (nbody + i, j); | |
1710 i += j - 1; | |
1711 | |
1712 /* Now find the next non-match. */ | |
1713 } | |
1714 } | |
1715 | |
1716 /* Clear the rest of the line, or the non-clear part of it. */ | |
1717 if (olen > nlen) | |
1718 { | |
1719 cursor_to (vpos, nlen); | |
1720 clear_end_of_line (olen); | |
1721 } | |
1722 | |
764 | 1723 /* Exchange contents between current_frame and new_frame. */ |
1724 temp = desired_frame->glyphs[vpos]; | |
1725 desired_frame->glyphs[vpos] = current_frame->glyphs[vpos]; | |
1726 current_frame->glyphs[vpos] = temp; | |
314 | 1727 |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1728 /* Exchange charstarts between current_frame and new_frame. */ |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1729 temp1 = desired_frame->charstarts[vpos]; |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1730 desired_frame->charstarts[vpos] = current_frame->charstarts[vpos]; |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1731 current_frame->charstarts[vpos] = temp1; |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1732 |
314 | 1733 return; |
1734 } | |
1735 | |
1736 if (!olen) | |
1737 { | |
764 | 1738 nsp = (must_write_spaces || desired_frame->highlight[vpos]) |
314 | 1739 ? 0 : count_blanks (nbody); |
1740 if (nlen > nsp) | |
1741 { | |
1742 cursor_to (vpos, nsp); | |
1743 write_glyphs (nbody + nsp, nlen - nsp); | |
1744 } | |
1745 | |
764 | 1746 /* Exchange contents between current_frame and new_frame. */ |
1747 temp = desired_frame->glyphs[vpos]; | |
1748 desired_frame->glyphs[vpos] = current_frame->glyphs[vpos]; | |
1749 current_frame->glyphs[vpos] = temp; | |
314 | 1750 |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1751 /* Exchange charstarts between current_frame and new_frame. */ |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1752 temp1 = desired_frame->charstarts[vpos]; |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1753 desired_frame->charstarts[vpos] = current_frame->charstarts[vpos]; |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1754 current_frame->charstarts[vpos] = temp1; |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1755 |
314 | 1756 return; |
1757 } | |
1758 | |
1759 obody[olen] = 1; | |
1760 save = nbody[nlen]; | |
1761 nbody[nlen] = 0; | |
1762 | |
1763 /* Compute number of leading blanks in old and new contents. */ | |
1764 osp = count_blanks (obody); | |
764 | 1765 if (!desired_frame->highlight[vpos]) |
314 | 1766 nsp = count_blanks (nbody); |
1767 else | |
1768 nsp = 0; | |
1769 | |
1770 /* Compute number of matching chars starting with first nonblank. */ | |
1771 begmatch = count_match (obody + osp, nbody + nsp); | |
1772 | |
1773 /* Spaces in new match implicit space past the end of old. */ | |
1774 /* A bug causing this to be a no-op was fixed in 18.29. */ | |
1775 if (!must_write_spaces && osp + begmatch == olen) | |
1776 { | |
1777 np1 = nbody + nsp; | |
1778 while (np1[begmatch] == SPACEGLYPH) | |
1779 begmatch++; | |
1780 } | |
1781 | |
1782 /* Avoid doing insert/delete char | |
1783 just cause number of leading spaces differs | |
1784 when the following text does not match. */ | |
1785 if (begmatch == 0 && osp != nsp) | |
1786 osp = nsp = min (osp, nsp); | |
1787 | |
1788 /* Find matching characters at end of line */ | |
1789 op1 = obody + olen; | |
1790 np1 = nbody + nlen; | |
1791 op2 = op1 + begmatch - min (olen - osp, nlen - nsp); | |
1792 while (op1 > op2 && op1[-1] == np1[-1]) | |
1793 { | |
1794 op1--; | |
1795 np1--; | |
1796 } | |
1797 endmatch = obody + olen - op1; | |
1798 | |
1799 /* Put correct value back in nbody[nlen]. | |
1800 This is important because direct_output_for_insert | |
1801 can write into the line at a later point. | |
1802 If this screws up the zero at the end of the line, re-establish it. */ | |
1803 nbody[nlen] = save; | |
1804 obody[olen] = 0; | |
1805 | |
1806 /* tem gets the distance to insert or delete. | |
1807 endmatch is how many characters we save by doing so. | |
1808 Is it worth it? */ | |
1809 | |
1810 tem = (nlen - nsp) - (olen - osp); | |
1811 if (endmatch && tem | |
764 | 1812 && (!char_ins_del_ok || endmatch <= char_ins_del_cost (frame)[tem])) |
314 | 1813 endmatch = 0; |
1814 | |
1815 /* nsp - osp is the distance to insert or delete. | |
1816 If that is nonzero, begmatch is known to be nonzero also. | |
1817 begmatch + endmatch is how much we save by doing the ins/del. | |
1818 Is it worth it? */ | |
1819 | |
1820 if (nsp != osp | |
1821 && (!char_ins_del_ok | |
764 | 1822 || begmatch + endmatch <= char_ins_del_cost (frame)[nsp - osp])) |
314 | 1823 { |
1824 begmatch = 0; | |
1825 endmatch = 0; | |
1826 osp = nsp = min (osp, nsp); | |
1827 } | |
1828 | |
1829 /* Now go through the line, inserting, writing and | |
1830 deleting as appropriate. */ | |
1831 | |
1832 if (osp > nsp) | |
1833 { | |
1834 cursor_to (vpos, nsp); | |
1835 delete_glyphs (osp - nsp); | |
1836 } | |
1837 else if (nsp > osp) | |
1838 { | |
1839 /* If going to delete chars later in line | |
1840 and insert earlier in the line, | |
1841 must delete first to avoid losing data in the insert */ | |
1842 if (endmatch && nlen < olen + nsp - osp) | |
1843 { | |
1844 cursor_to (vpos, nlen - endmatch + osp - nsp); | |
1845 delete_glyphs (olen + nsp - osp - nlen); | |
1846 olen = nlen - (nsp - osp); | |
1847 } | |
1848 cursor_to (vpos, osp); | |
1849 insert_glyphs ((char *)0, nsp - osp); | |
1850 } | |
1851 olen += nsp - osp; | |
1852 | |
1853 tem = nsp + begmatch + endmatch; | |
1854 if (nlen != tem || olen != tem) | |
1855 { | |
1856 cursor_to (vpos, nsp + begmatch); | |
1857 if (!endmatch || nlen == olen) | |
1858 { | |
1859 /* If new text being written reaches right margin, | |
1860 there is no need to do clear-to-eol at the end. | |
1861 (and it would not be safe, since cursor is not | |
1862 going to be "at the margin" after the text is done) */ | |
764 | 1863 if (nlen == FRAME_WIDTH (frame)) |
314 | 1864 olen = 0; |
1865 write_glyphs (nbody + nsp + begmatch, nlen - tem); | |
1866 | |
1867 #ifdef obsolete | |
1868 | |
1869 /* the following code loses disastrously if tem == nlen. | |
1870 Rather than trying to fix that case, I am trying the simpler | |
1871 solution found above. */ | |
1872 | |
1873 /* If the text reaches to the right margin, | |
1874 it will lose one way or another (depending on AutoWrap) | |
1875 to clear to end of line after outputting all the text. | |
1876 So pause with one character to go and clear the line then. */ | |
764 | 1877 if (nlen == FRAME_WIDTH (frame) && fast_clear_end_of_line && olen > nlen) |
314 | 1878 { |
1879 /* endmatch must be zero, and tem must equal nsp + begmatch */ | |
1880 write_glyphs (nbody + tem, nlen - tem - 1); | |
1881 clear_end_of_line (olen); | |
1882 olen = 0; /* Don't let it be cleared again later */ | |
1883 write_glyphs (nbody + nlen - 1, 1); | |
1884 } | |
1885 else | |
1886 write_glyphs (nbody + nsp + begmatch, nlen - tem); | |
1887 #endif /* OBSOLETE */ | |
1888 | |
1889 } | |
1890 else if (nlen > olen) | |
1891 { | |
1892 write_glyphs (nbody + nsp + begmatch, olen - tem); | |
1893 insert_glyphs (nbody + nsp + begmatch + olen - tem, nlen - olen); | |
1894 olen = nlen; | |
1895 } | |
1896 else if (olen > nlen) | |
1897 { | |
1898 write_glyphs (nbody + nsp + begmatch, nlen - tem); | |
1899 delete_glyphs (olen - nlen); | |
1900 olen = nlen; | |
1901 } | |
1902 } | |
1903 | |
1904 just_erase: | |
1905 /* If any unerased characters remain after the new line, erase them. */ | |
1906 if (olen > nlen) | |
1907 { | |
1908 cursor_to (vpos, nlen); | |
1909 clear_end_of_line (olen); | |
1910 } | |
1911 | |
764 | 1912 /* Exchange contents between current_frame and new_frame. */ |
1913 temp = desired_frame->glyphs[vpos]; | |
1914 desired_frame->glyphs[vpos] = current_frame->glyphs[vpos]; | |
1915 current_frame->glyphs[vpos] = temp; | |
6617
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1916 |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1917 /* Exchange charstarts between current_frame and new_frame. */ |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1918 temp1 = desired_frame->charstarts[vpos]; |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1919 desired_frame->charstarts[vpos] = current_frame->charstarts[vpos]; |
6309d97ee4bc
(scroll_frame_lines): Handle charstarts like glyphs.
Richard M. Stallman <rms@gnu.org>
parents:
6414
diff
changeset
|
1920 current_frame->charstarts[vpos] = temp1; |
314 | 1921 } |
1922 | |
12193 | 1923 /* A vector of size >= 2 * NFRAMES + 3 * NBUFFERS + 1, containing the |
1924 session's frames, frame names, buffers, buffer-read-only flags, and | |
1925 buffer-modified-flags, and a trailing sentinel (so we don't need to | |
1926 add length checks). */ | |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1927 static Lisp_Object frame_and_buffer_state; |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1928 |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1929 DEFUN ("frame-or-buffer-changed-p", Fframe_or_buffer_changed_p, |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1930 Sframe_or_buffer_changed_p, 0, 0, 0, |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1931 "Return non-nil if the frame and buffer state appears to have changed.\n\ |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1932 The state variable is an internal vector containing all frames and buffers,\n\ |
11411
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
1933 aside from buffers whose names start with space,\n\ |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1934 along with the buffers' read-only and modified flags, which allows a fast\n\ |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1935 check to see whether the menu bars might need to be recomputed.\n\ |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1936 If this function returns non-nil, it updates the internal vector to reflect\n\ |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1937 the current state.\n") |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1938 () |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1939 { |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1940 Lisp_Object tail, frame, buf; |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1941 Lisp_Object *vecp; |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1942 int n; |
11919
31cb053405f2
(Fframe_or_buffer_changed_p): Record frame names
Karl Heuer <kwzh@gnu.org>
parents:
11914
diff
changeset
|
1943 |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1944 vecp = XVECTOR (frame_and_buffer_state)->contents; |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1945 FOR_EACH_FRAME (tail, frame) |
11919
31cb053405f2
(Fframe_or_buffer_changed_p): Record frame names
Karl Heuer <kwzh@gnu.org>
parents:
11914
diff
changeset
|
1946 { |
31cb053405f2
(Fframe_or_buffer_changed_p): Record frame names
Karl Heuer <kwzh@gnu.org>
parents:
11914
diff
changeset
|
1947 if (!EQ (*vecp++, frame)) |
31cb053405f2
(Fframe_or_buffer_changed_p): Record frame names
Karl Heuer <kwzh@gnu.org>
parents:
11914
diff
changeset
|
1948 goto changed; |
31cb053405f2
(Fframe_or_buffer_changed_p): Record frame names
Karl Heuer <kwzh@gnu.org>
parents:
11914
diff
changeset
|
1949 if (!EQ (*vecp++, XFRAME (frame)->name)) |
31cb053405f2
(Fframe_or_buffer_changed_p): Record frame names
Karl Heuer <kwzh@gnu.org>
parents:
11914
diff
changeset
|
1950 goto changed; |
31cb053405f2
(Fframe_or_buffer_changed_p): Record frame names
Karl Heuer <kwzh@gnu.org>
parents:
11914
diff
changeset
|
1951 } |
9650
4295137050dd
(Fframe_or_buffer_changed_p):
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
1952 /* Check that the buffer info matches. |
4295137050dd
(Fframe_or_buffer_changed_p):
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
1953 No need to test for the end of the vector |
4295137050dd
(Fframe_or_buffer_changed_p):
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
1954 because the last element of the vector is lambda |
4295137050dd
(Fframe_or_buffer_changed_p):
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
1955 and that will always cause a mismatch. */ |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1956 for (tail = Vbuffer_alist; CONSP (tail); tail = XCONS (tail)->cdr) |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1957 { |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1958 buf = XCONS (XCONS (tail)->car)->cdr; |
11411
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
1959 /* Ignore buffers that aren't included in buffer lists. */ |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
1960 if (XSTRING (XBUFFER (buf)->name)->data[0] == ' ') |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
1961 continue; |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1962 if (!EQ (*vecp++, buf)) |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1963 goto changed; |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1964 if (!EQ (*vecp++, XBUFFER (buf)->read_only)) |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1965 goto changed; |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1966 if (!EQ (*vecp++, Fbuffer_modified_p (buf))) |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1967 goto changed; |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1968 } |
9650
4295137050dd
(Fframe_or_buffer_changed_p):
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
1969 /* Detect deletion of a buffer at the end of the list. */ |
4295137050dd
(Fframe_or_buffer_changed_p):
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
1970 if (*vecp == Qlambda) |
4295137050dd
(Fframe_or_buffer_changed_p):
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
1971 return Qnil; |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1972 changed: |
9963 | 1973 /* Start with 1 so there is room for at least one lambda at the end. */ |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1974 n = 1; |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1975 FOR_EACH_FRAME (tail, frame) |
12186
6811992e871c
(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer <kwzh@gnu.org>
parents:
11919
diff
changeset
|
1976 n += 2; |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1977 for (tail = Vbuffer_alist; CONSP (tail); tail = XCONS (tail)->cdr) |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1978 n += 3; |
7814
e1e536773850
(Fframe_or_buffer_changed_p): Reuse the state vector.
Karl Heuer <kwzh@gnu.org>
parents:
7810
diff
changeset
|
1979 /* Reallocate the vector if it's grown, or if it's shrunk a lot. */ |
e1e536773850
(Fframe_or_buffer_changed_p): Reuse the state vector.
Karl Heuer <kwzh@gnu.org>
parents:
7810
diff
changeset
|
1980 if (n > XVECTOR (frame_and_buffer_state)->size |
12186
6811992e871c
(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer <kwzh@gnu.org>
parents:
11919
diff
changeset
|
1981 || n + 20 < XVECTOR (frame_and_buffer_state)->size / 2) |
6811992e871c
(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer <kwzh@gnu.org>
parents:
11919
diff
changeset
|
1982 /* Add 20 extra so we grow it less often. */ |
6811992e871c
(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer <kwzh@gnu.org>
parents:
11919
diff
changeset
|
1983 frame_and_buffer_state = Fmake_vector (make_number (n + 20), Qlambda); |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1984 vecp = XVECTOR (frame_and_buffer_state)->contents; |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1985 FOR_EACH_FRAME (tail, frame) |
11919
31cb053405f2
(Fframe_or_buffer_changed_p): Record frame names
Karl Heuer <kwzh@gnu.org>
parents:
11914
diff
changeset
|
1986 { |
31cb053405f2
(Fframe_or_buffer_changed_p): Record frame names
Karl Heuer <kwzh@gnu.org>
parents:
11914
diff
changeset
|
1987 *vecp++ = frame; |
31cb053405f2
(Fframe_or_buffer_changed_p): Record frame names
Karl Heuer <kwzh@gnu.org>
parents:
11914
diff
changeset
|
1988 *vecp++ = XFRAME (frame)->name; |
31cb053405f2
(Fframe_or_buffer_changed_p): Record frame names
Karl Heuer <kwzh@gnu.org>
parents:
11914
diff
changeset
|
1989 } |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1990 for (tail = Vbuffer_alist; CONSP (tail); tail = XCONS (tail)->cdr) |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1991 { |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1992 buf = XCONS (XCONS (tail)->car)->cdr; |
11411
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
1993 /* Ignore buffers that aren't included in buffer lists. */ |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
1994 if (XSTRING (XBUFFER (buf)->name)->data[0] == ' ') |
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
1995 continue; |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1996 *vecp++ = buf; |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1997 *vecp++ = XBUFFER (buf)->read_only; |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1998 *vecp++ = Fbuffer_modified_p (buf); |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
1999 } |
12186
6811992e871c
(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer <kwzh@gnu.org>
parents:
11919
diff
changeset
|
2000 /* Fill up the vector with lambdas (always at least one). */ |
6811992e871c
(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer <kwzh@gnu.org>
parents:
11919
diff
changeset
|
2001 *vecp++ = Qlambda; |
6811992e871c
(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer <kwzh@gnu.org>
parents:
11919
diff
changeset
|
2002 while (vecp - XVECTOR (frame_and_buffer_state)->contents |
6811992e871c
(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer <kwzh@gnu.org>
parents:
11919
diff
changeset
|
2003 < XVECTOR (frame_and_buffer_state)->size) |
7814
e1e536773850
(Fframe_or_buffer_changed_p): Reuse the state vector.
Karl Heuer <kwzh@gnu.org>
parents:
7810
diff
changeset
|
2004 *vecp++ = Qlambda; |
12186
6811992e871c
(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer <kwzh@gnu.org>
parents:
11919
diff
changeset
|
2005 /* Make sure we didn't overflow the vector. */ |
6811992e871c
(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer <kwzh@gnu.org>
parents:
11919
diff
changeset
|
2006 if (vecp - XVECTOR (frame_and_buffer_state)->contents |
6811992e871c
(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer <kwzh@gnu.org>
parents:
11919
diff
changeset
|
2007 > XVECTOR (frame_and_buffer_state)->size) |
6811992e871c
(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer <kwzh@gnu.org>
parents:
11919
diff
changeset
|
2008 abort (); |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
2009 return Qt; |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
2010 } |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
2011 |
314 | 2012 DEFUN ("open-termscript", Fopen_termscript, Sopen_termscript, |
2013 1, 1, "FOpen termscript file: ", | |
2014 "Start writing all terminal output to FILE as well as the terminal.\n\ | |
2015 FILE = nil means just close any termscript file currently open.") | |
2016 (file) | |
2017 Lisp_Object file; | |
2018 { | |
2019 if (termscript != 0) fclose (termscript); | |
2020 termscript = 0; | |
2021 | |
493 | 2022 if (! NILP (file)) |
314 | 2023 { |
2024 file = Fexpand_file_name (file, Qnil); | |
2025 termscript = fopen (XSTRING (file)->data, "w"); | |
2026 if (termscript == 0) | |
2027 report_file_error ("Opening termscript", Fcons (file, Qnil)); | |
2028 } | |
2029 return Qnil; | |
2030 } | |
2031 | |
2032 | |
2033 #ifdef SIGWINCH | |
493 | 2034 SIGTYPE |
10745
a553a08f5785
(window_change_signal): Add ignored argument.
Richard M. Stallman <rms@gnu.org>
parents:
10259
diff
changeset
|
2035 window_change_signal (signalnum) /* If we don't have an argument, */ |
a553a08f5785
(window_change_signal): Add ignored argument.
Richard M. Stallman <rms@gnu.org>
parents:
10259
diff
changeset
|
2036 int signalnum; /* some compilers complain in signal calls. */ |
314 | 2037 { |
2038 int width, height; | |
2039 extern int errno; | |
2040 int old_errno = errno; | |
2041 | |
764 | 2042 get_frame_size (&width, &height); |
314 | 2043 |
764 | 2044 /* The frame size change obviously applies to a termcap-controlled |
2045 frame. Find such a frame in the list, and assume it's the only | |
314 | 2046 one (since the redisplay code always writes to stdout, not a |
764 | 2047 FILE * specified in the frame structure). Record the new size, |
314 | 2048 but don't reallocate the data structures now. Let that be done |
2049 later outside of the signal handler. */ | |
2050 | |
2051 { | |
2252
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
2052 Lisp_Object tail, frame; |
314 | 2053 |
2252
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
2054 FOR_EACH_FRAME (tail, frame) |
314 | 2055 { |
2252
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
2056 if (FRAME_TERMCAP_P (XFRAME (frame))) |
314 | 2057 { |
2252
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
2058 change_frame_size (XFRAME (frame), height, width, 0, 1); |
314 | 2059 break; |
2060 } | |
2061 } | |
2062 } | |
2063 | |
2064 signal (SIGWINCH, window_change_signal); | |
2065 errno = old_errno; | |
2066 } | |
2067 #endif /* SIGWINCH */ | |
2068 | |
2069 | |
764 | 2070 /* Do any change in frame size that was requested by a signal. */ |
314 | 2071 |
2072 do_pending_window_change () | |
2073 { | |
2074 /* If window_change_signal should have run before, run it now. */ | |
2075 while (delayed_size_change) | |
2076 { | |
2252
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
2077 Lisp_Object tail, frame; |
314 | 2078 |
2079 delayed_size_change = 0; | |
2080 | |
2252
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
2081 FOR_EACH_FRAME (tail, frame) |
314 | 2082 { |
2252
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
2083 FRAME_PTR f = XFRAME (frame); |
9793d8654e23
* frame.h (FOR_EACH_FRAME): Change the definition so that
Jim Blandy <jimb@redhat.com>
parents:
2198
diff
changeset
|
2084 |
764 | 2085 int height = FRAME_NEW_HEIGHT (f); |
2086 int width = FRAME_NEW_WIDTH (f); | |
314 | 2087 |
3449
ad455da9b789
(do_pending_window_change): No need to clear
Richard M. Stallman <rms@gnu.org>
parents:
3357
diff
changeset
|
2088 if (height != 0 || width != 0) |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2089 change_frame_size (f, height, width, 0, 0); |
314 | 2090 } |
2091 } | |
2092 } | |
2093 | |
2094 | |
764 | 2095 /* Change the frame height and/or width. Values may be given as zero to |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2096 indicate no change is to take place. |
314 | 2097 |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2098 If DELAY is non-zero, then assume we're being called from a signal |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2099 handler, and queue the change for later - perhaps the next |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2100 redisplay. Since this tries to resize windows, we can't call it |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2101 from a signal handler. */ |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2102 |
10770
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2103 change_frame_size (f, newheight, newwidth, pretend, delay) |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2104 register FRAME_PTR f; |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2105 int newheight, newwidth, pretend; |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2106 { |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2107 Lisp_Object tail, frame; |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2108 if (FRAME_TERMCAP_P (f)) |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2109 { |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2110 /* When using termcap, all frames use the same screen, |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2111 so a change in size affects all termcap frames. */ |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2112 FOR_EACH_FRAME (tail, frame) |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2113 if (FRAME_TERMCAP_P (XFRAME (frame))) |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2114 change_frame_size_1 (XFRAME (frame), newheight, newwidth, |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2115 pretend, delay); |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2116 } |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2117 else |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2118 change_frame_size_1 (f, newheight, newwidth, pretend, delay); |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2119 } |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2120 |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2121 static void |
79745e047484
(change_frame_size_1): New subroutine.
Richard M. Stallman <rms@gnu.org>
parents:
10745
diff
changeset
|
2122 change_frame_size_1 (frame, newheight, newwidth, pretend, delay) |
764 | 2123 register FRAME_PTR frame; |
11914
b1a014bdd22c
(change_frame_size_1): Declare arg DELAY.
Karl Heuer <kwzh@gnu.org>
parents:
11858
diff
changeset
|
2124 int newheight, newwidth, pretend, delay; |
314 | 2125 { |
2126 /* If we can't deal with the change now, queue it for later. */ | |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2127 if (delay) |
314 | 2128 { |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2129 FRAME_NEW_HEIGHT (frame) = newheight; |
764 | 2130 FRAME_NEW_WIDTH (frame) = newwidth; |
314 | 2131 delayed_size_change = 1; |
2132 return; | |
2133 } | |
2134 | |
764 | 2135 /* This size-change overrides any pending one for this frame. */ |
2136 FRAME_NEW_HEIGHT (frame) = 0; | |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2137 FRAME_NEW_WIDTH (frame) = 0; |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2138 |
3449
ad455da9b789
(do_pending_window_change): No need to clear
Richard M. Stallman <rms@gnu.org>
parents:
3357
diff
changeset
|
2139 /* If an argument is zero, set it to the current value. */ |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2140 newheight || (newheight = FRAME_HEIGHT (frame)); |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2141 newwidth || (newwidth = FRAME_WIDTH (frame)); |
314 | 2142 |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2143 /* Round up to the smallest acceptable size. */ |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2144 check_frame_size (frame, &newheight, &newwidth); |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2145 |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2146 /* If we're not changing the frame size, quit now. */ |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2147 if (newheight == FRAME_HEIGHT (frame) |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2148 && newwidth == FRAME_WIDTH (frame)) |
314 | 2149 return; |
2150 | |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2151 if (newheight != FRAME_HEIGHT (frame)) |
314 | 2152 { |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2153 if (FRAME_HAS_MINIBUF_P (frame) |
764 | 2154 && ! FRAME_MINIBUF_ONLY_P (frame)) |
314 | 2155 { |
764 | 2156 /* Frame has both root and minibuffer. */ |
2157 set_window_height (FRAME_ROOT_WINDOW (frame), | |
2132
0f4b18efebf5
(change_frame_size): Handle FRAME_MENU_BAR_LINES.
Richard M. Stallman <rms@gnu.org>
parents:
1915
diff
changeset
|
2158 newheight - 1 - FRAME_MENU_BAR_LINES (frame), 0); |
9303
3115ae493c30
(direct_output_for_insert, direct_output_forward_char, change_frame_size,
Karl Heuer <kwzh@gnu.org>
parents:
9264
diff
changeset
|
2159 XSETFASTINT (XWINDOW (FRAME_MINIBUF_WINDOW (frame))->top, |
3115ae493c30
(direct_output_for_insert, direct_output_forward_char, change_frame_size,
Karl Heuer <kwzh@gnu.org>
parents:
9264
diff
changeset
|
2160 newheight - 1); |
764 | 2161 set_window_height (FRAME_MINIBUF_WINDOW (frame), 1, 0); |
314 | 2162 } |
2163 else | |
764 | 2164 /* Frame has just one top-level window. */ |
2132
0f4b18efebf5
(change_frame_size): Handle FRAME_MENU_BAR_LINES.
Richard M. Stallman <rms@gnu.org>
parents:
1915
diff
changeset
|
2165 set_window_height (FRAME_ROOT_WINDOW (frame), |
0f4b18efebf5
(change_frame_size): Handle FRAME_MENU_BAR_LINES.
Richard M. Stallman <rms@gnu.org>
parents:
1915
diff
changeset
|
2166 newheight - FRAME_MENU_BAR_LINES (frame), 0); |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2167 |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2168 if (FRAME_TERMCAP_P (frame) && !pretend) |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2169 FrameRows = newheight; |
314 | 2170 |
2171 #if 0 | |
764 | 2172 if (frame->output_method == output_termcap) |
314 | 2173 { |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2174 frame_height = newheight; |
314 | 2175 if (!pretend) |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2176 FrameRows = newheight; |
314 | 2177 } |
2178 #endif | |
2179 } | |
2180 | |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2181 if (newwidth != FRAME_WIDTH (frame)) |
314 | 2182 { |
764 | 2183 set_window_width (FRAME_ROOT_WINDOW (frame), newwidth, 0); |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2184 if (FRAME_HAS_MINIBUF_P (frame)) |
764 | 2185 set_window_width (FRAME_MINIBUF_WINDOW (frame), newwidth, 0); |
314 | 2186 |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2187 if (FRAME_TERMCAP_P (frame) && !pretend) |
764 | 2188 FrameCols = newwidth; |
314 | 2189 #if 0 |
764 | 2190 if (frame->output_method == output_termcap) |
314 | 2191 { |
764 | 2192 frame_width = newwidth; |
314 | 2193 if (!pretend) |
764 | 2194 FrameCols = newwidth; |
314 | 2195 } |
2196 #endif | |
2197 } | |
2198 | |
960
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2199 FRAME_HEIGHT (frame) = newheight; |
17986889d3b6
* dispnew.c (Fredraw_frame): Call clear_frame_records before
Jim Blandy <jimb@redhat.com>
parents:
764
diff
changeset
|
2200 FRAME_WIDTH (frame) = newwidth; |
7648
2e85e48d42da
(change_frame_size): Keep cursor coords in range.
Richard M. Stallman <rms@gnu.org>
parents:
7558
diff
changeset
|
2201 |
2e85e48d42da
(change_frame_size): Keep cursor coords in range.
Richard M. Stallman <rms@gnu.org>
parents:
7558
diff
changeset
|
2202 if (FRAME_CURSOR_X (frame) >= FRAME_WIDTH (frame)) |
2e85e48d42da
(change_frame_size): Keep cursor coords in range.
Richard M. Stallman <rms@gnu.org>
parents:
7558
diff
changeset
|
2203 FRAME_CURSOR_X (frame) = FRAME_WIDTH (frame) - 1; |
2e85e48d42da
(change_frame_size): Keep cursor coords in range.
Richard M. Stallman <rms@gnu.org>
parents:
7558
diff
changeset
|
2204 if (FRAME_CURSOR_Y (frame) >= FRAME_HEIGHT (frame)) |
2e85e48d42da
(change_frame_size): Keep cursor coords in range.
Richard M. Stallman <rms@gnu.org>
parents:
7558
diff
changeset
|
2205 FRAME_CURSOR_Y (frame) = FRAME_HEIGHT (frame) - 1; |
2e85e48d42da
(change_frame_size): Keep cursor coords in range.
Richard M. Stallman <rms@gnu.org>
parents:
7558
diff
changeset
|
2206 |
764 | 2207 remake_frame_glyphs (frame); |
2208 calculate_costs (frame); | |
314 | 2209 } |
2210 | |
2211 DEFUN ("send-string-to-terminal", Fsend_string_to_terminal, | |
2212 Ssend_string_to_terminal, 1, 1, 0, | |
2213 "Send STRING to the terminal without alteration.\n\ | |
2214 Control characters in STRING will have terminal-dependent effects.") | |
2215 (str) | |
2216 Lisp_Object str; | |
2217 { | |
2218 CHECK_STRING (str, 0); | |
2219 fwrite (XSTRING (str)->data, 1, XSTRING (str)->size, stdout); | |
2220 fflush (stdout); | |
2221 if (termscript) | |
2222 { | |
2223 fwrite (XSTRING (str)->data, 1, XSTRING (str)->size, termscript); | |
2224 fflush (termscript); | |
2225 } | |
2226 return Qnil; | |
2227 } | |
2228 | |
2229 DEFUN ("ding", Fding, Sding, 0, 1, 0, | |
2230 "Beep, or flash the screen.\n\ | |
2231 Also, unless an argument is given,\n\ | |
2232 terminate any keyboard macro currently executing.") | |
2233 (arg) | |
2234 Lisp_Object arg; | |
2235 { | |
493 | 2236 if (!NILP (arg)) |
314 | 2237 { |
649
61deba7b73b6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
587
diff
changeset
|
2238 if (noninteractive) |
61deba7b73b6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
587
diff
changeset
|
2239 putchar (07); |
61deba7b73b6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
587
diff
changeset
|
2240 else |
61deba7b73b6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
587
diff
changeset
|
2241 ring_bell (); |
314 | 2242 fflush (stdout); |
2243 } | |
2244 else | |
2245 bitch_at_user (); | |
2246 | |
2247 return Qnil; | |
2248 } | |
2249 | |
2250 bitch_at_user () | |
2251 { | |
2252 if (noninteractive) | |
2253 putchar (07); | |
2254 else if (!INTERACTIVE) /* Stop executing a keyboard macro. */ | |
2255 error ("Keyboard macro terminated by a command ringing the bell"); | |
2256 else | |
2257 ring_bell (); | |
2258 fflush (stdout); | |
2259 } | |
2260 | |
2261 DEFUN ("sleep-for", Fsleep_for, Ssleep_for, 1, 2, 0, | |
2291
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2262 "Pause, without updating display, for SECONDS seconds.\n\ |
2648 | 2263 SECONDS may be a floating-point value, meaning that you can wait for a\n\ |
2264 fraction of a second. Optional second arg MILLISECONDS specifies an\n\ | |
2265 additional wait period, in milliseconds; this may be useful if your\n\ | |
2266 Emacs was built without floating point support.\n\ | |
2267 \(Not all operating systems support waiting for a fraction of a second.)") | |
2291
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2268 (seconds, milliseconds) |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2269 Lisp_Object seconds, milliseconds; |
314 | 2270 { |
2291
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2271 int sec, usec; |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2272 |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2273 if (NILP (milliseconds)) |
9264
9338a124ea84
(redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros instead
Karl Heuer <kwzh@gnu.org>
parents:
8903
diff
changeset
|
2274 XSETINT (milliseconds, 0); |
2291
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2275 else |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2276 CHECK_NUMBER (milliseconds, 1); |
2648 | 2277 usec = XINT (milliseconds) * 1000; |
2278 | |
2279 #ifdef LISP_FLOAT_TYPE | |
2280 { | |
2281 double duration = extract_float (seconds); | |
2282 sec = (int) duration; | |
2283 usec += (duration - sec) * 1000000; | |
2284 } | |
2285 #else | |
2286 CHECK_NUMBER (seconds, 0); | |
2287 sec = XINT (seconds); | |
2288 #endif | |
314 | 2289 |
2291
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2290 #ifndef EMACS_HAS_USECS |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2291 if (sec == 0 && usec != 0) |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2292 error ("millisecond `sleep-for' not supported on %s", SYSTEM_TYPE); |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2293 #endif |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2294 |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2295 /* Assure that 0 <= usec < 1000000. */ |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2296 if (usec < 0) |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2297 { |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2298 /* We can't rely on the rounding being correct if user is negative. */ |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2299 if (-1000000 < usec) |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2300 sec--, usec += 1000000; |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2301 else |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2302 sec -= -usec / 1000000, usec = 1000000 - (-usec % 1000000); |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2303 } |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2304 else |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2305 sec += usec / 1000000, usec %= 1000000; |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2306 |
4290
885452da2a8f
(Fsleep_for): If arg is 0, return right away.
Richard M. Stallman <rms@gnu.org>
parents:
4276
diff
changeset
|
2307 if (sec <= 0) |
314 | 2308 return Qnil; |
2309 | |
650 | 2310 { |
2311 Lisp_Object zero; | |
2312 | |
9303
3115ae493c30
(direct_output_for_insert, direct_output_forward_char, change_frame_size,
Karl Heuer <kwzh@gnu.org>
parents:
9264
diff
changeset
|
2313 XSETFASTINT (zero, 0); |
650 | 2314 wait_reading_process_input (sec, usec, zero, 0); |
2315 } | |
587 | 2316 |
2291
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2317 /* We should always have wait_reading_process_input; we have a dummy |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2318 implementation for systems which don't support subprocesses. */ |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2319 #if 0 |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2320 /* No wait_reading_process_input */ |
314 | 2321 immediate_quit = 1; |
2322 QUIT; | |
2323 | |
2324 #ifdef VMS | |
2325 sys_sleep (sec); | |
2326 #else /* not VMS */ | |
2327 /* The reason this is done this way | |
2328 (rather than defined (H_S) && defined (H_T)) | |
2329 is because the VMS preprocessor doesn't grok `defined' */ | |
2330 #ifdef HAVE_SELECT | |
554 | 2331 EMACS_GET_TIME (end_time); |
2332 EMACS_SET_SECS_USECS (timeout, sec, usec); | |
587 | 2333 EMACS_ADD_TIME (end_time, end_time, timeout); |
554 | 2334 |
314 | 2335 while (1) |
2336 { | |
554 | 2337 EMACS_GET_TIME (timeout); |
2338 EMACS_SUB_TIME (timeout, end_time, timeout); | |
2339 if (EMACS_TIME_NEG_P (timeout) | |
2340 || !select (1, 0, 0, 0, &timeout)) | |
314 | 2341 break; |
2342 } | |
2343 #else /* not HAVE_SELECT */ | |
2344 sleep (sec); | |
2345 #endif /* HAVE_SELECT */ | |
2346 #endif /* not VMS */ | |
2347 | |
2348 immediate_quit = 0; | |
2349 #endif /* no subprocesses */ | |
2350 | |
2351 return Qnil; | |
2352 } | |
2353 | |
650 | 2354 /* This is just like wait_reading_process_input, except that |
2355 it does the redisplay. | |
2356 | |
5223
db2e7e6a488e
(Fsit_for): Call prepare_menu_bars.
Richard M. Stallman <rms@gnu.org>
parents:
5218
diff
changeset
|
2357 It's also much like Fsit_for, except that it can be used for |
11411
91bcce2fd486
(Fframe_or_buffer_changed_p): Ignore buffers whose names start with space.
Richard M. Stallman <rms@gnu.org>
parents:
11235
diff
changeset
|
2358 waiting for input as well. */ |
650 | 2359 |
2360 Lisp_Object | |
2361 sit_for (sec, usec, reading, display) | |
2362 int sec, usec, reading, display; | |
314 | 2363 { |
650 | 2364 Lisp_Object read_kbd; |
314 | 2365 |
2366 if (detect_input_pending ()) | |
2367 return Qnil; | |
650 | 2368 |
2369 if (display) | |
314 | 2370 redisplay_preserve_echo_area (); |
2371 | |
673 | 2372 if (sec == 0 && usec == 0) |
2373 return Qt; | |
2374 | |
314 | 2375 #ifdef SIGIO |
1915
98ecf99d7b1a
* dispnew.c (sit_for): Pass the correct number of arguments to
Jim Blandy <jimb@redhat.com>
parents:
1872
diff
changeset
|
2376 gobble_input (0); |
650 | 2377 #endif |
2378 | |
9264
9338a124ea84
(redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros instead
Karl Heuer <kwzh@gnu.org>
parents:
8903
diff
changeset
|
2379 XSETINT (read_kbd, reading ? -1 : 1); |
650 | 2380 wait_reading_process_input (sec, usec, read_kbd, display); |
2381 | |
587 | 2382 |
2288
c6f3343edee1
Do * dispnew.c (sit_for): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
2252
diff
changeset
|
2383 /* wait_reading_process_input should always be available now; it is |
c6f3343edee1
Do * dispnew.c (sit_for): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
2252
diff
changeset
|
2384 simulated in a simple way on systems that don't support |
c6f3343edee1
Do * dispnew.c (sit_for): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
2252
diff
changeset
|
2385 subprocesses. */ |
c6f3343edee1
Do * dispnew.c (sit_for): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
2252
diff
changeset
|
2386 #if 0 |
c6f3343edee1
Do * dispnew.c (sit_for): Doc fix.
Jim Blandy <jimb@redhat.com>
parents:
2252
diff
changeset
|
2387 /* No wait_reading_process_input available. */ |
314 | 2388 immediate_quit = 1; |
2389 QUIT; | |
2390 | |
2391 waitchannels = 1; | |
2392 #ifdef VMS | |
650 | 2393 input_wait_timeout (XINT (arg)); |
314 | 2394 #else /* not VMS */ |
587 | 2395 #ifndef HAVE_TIMEVAL |
2396 timeout_sec = sec; | |
2397 select (1, &waitchannels, 0, 0, &timeout_sec); | |
2398 #else /* HAVE_TIMEVAL */ | |
2399 timeout.tv_sec = sec; | |
2400 timeout.tv_usec = usec; | |
314 | 2401 select (1, &waitchannels, 0, 0, &timeout); |
587 | 2402 #endif /* HAVE_TIMEVAL */ |
314 | 2403 #endif /* not VMS */ |
2404 | |
2405 immediate_quit = 0; | |
587 | 2406 #endif |
314 | 2407 |
2408 return detect_input_pending () ? Qnil : Qt; | |
2409 } | |
2410 | |
650 | 2411 DEFUN ("sit-for", Fsit_for, Ssit_for, 1, 3, 0, |
2291
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2412 "Perform redisplay, then wait for SECONDS seconds or until input is available.\n\ |
2648 | 2413 SECONDS may be a floating-point value, meaning that you can wait for a\n\ |
2414 fraction of a second. Optional second arg MILLISECONDS specifies an\n\ | |
2415 additional wait period, in milliseconds; this may be useful if your\n\ | |
2416 Emacs was built without floating point support.\n\ | |
2417 \(Not all operating systems support waiting for a fraction of a second.)\n\ | |
650 | 2418 Optional third arg non-nil means don't redisplay, just wait for input.\n\ |
2419 Redisplay is preempted as always if input arrives, and does not happen\n\ | |
2420 if input is available before it starts.\n\ | |
2421 Value is t if waited the full time with no input arriving.") | |
2291
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2422 (seconds, milliseconds, nodisp) |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2423 Lisp_Object seconds, milliseconds, nodisp; |
650 | 2424 { |
2291
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2425 int sec, usec; |
650 | 2426 |
2291
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2427 if (NILP (milliseconds)) |
9264
9338a124ea84
(redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros instead
Karl Heuer <kwzh@gnu.org>
parents:
8903
diff
changeset
|
2428 XSETINT (milliseconds, 0); |
2291
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2429 else |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2430 CHECK_NUMBER (milliseconds, 1); |
2648 | 2431 usec = XINT (milliseconds) * 1000; |
2432 | |
2433 #ifdef LISP_FLOAT_TYPE | |
2434 { | |
2435 double duration = extract_float (seconds); | |
2436 sec = (int) duration; | |
2437 usec += (duration - sec) * 1000000; | |
2438 } | |
2439 #else | |
2440 CHECK_NUMBER (seconds, 0); | |
2441 sec = XINT (seconds); | |
2442 #endif | |
2291
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2443 |
650 | 2444 #ifndef EMACS_HAS_USECS |
2291
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2445 if (usec != 0 && sec == 0) |
bee5c1693cac
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy <jimb@redhat.com>
parents:
2288
diff
changeset
|
2446 error ("millisecond `sit-for' not supported on %s", SYSTEM_TYPE); |
650 | 2447 #endif |
2448 | |
2449 return sit_for (sec, usec, 0, NILP (nodisp)); | |
2450 } | |
314 | 2451 |
2452 char *terminal_type; | |
2453 | |
2454 /* Initialization done when Emacs fork is started, before doing stty. */ | |
2455 /* Determine terminal type and set terminal_driver */ | |
2456 /* Then invoke its decoding routine to set up variables | |
2457 in the terminal package */ | |
2458 | |
2459 init_display () | |
2460 { | |
2461 #ifdef HAVE_X_WINDOWS | |
2462 extern int display_arg; | |
2463 #endif | |
2464 | |
2465 meta_key = 0; | |
2466 inverse_video = 0; | |
2467 cursor_in_echo_area = 0; | |
2468 terminal_type = (char *) 0; | |
2469 | |
2339
a302de11debf
* dispnew.c (init_display): Initialize Vwindow_system.
Jim Blandy <jimb@redhat.com>
parents:
2292
diff
changeset
|
2470 /* Now is the time to initialize this; it's used by init_sys_modes |
a302de11debf
* dispnew.c (init_display): Initialize Vwindow_system.
Jim Blandy <jimb@redhat.com>
parents:
2292
diff
changeset
|
2471 during startup. */ |
a302de11debf
* dispnew.c (init_display): Initialize Vwindow_system.
Jim Blandy <jimb@redhat.com>
parents:
2292
diff
changeset
|
2472 Vwindow_system = Qnil; |
314 | 2473 |
2339
a302de11debf
* dispnew.c (init_display): Initialize Vwindow_system.
Jim Blandy <jimb@redhat.com>
parents:
2292
diff
changeset
|
2474 /* If the user wants to use a window system, we shouldn't bother |
a302de11debf
* dispnew.c (init_display): Initialize Vwindow_system.
Jim Blandy <jimb@redhat.com>
parents:
2292
diff
changeset
|
2475 initializing the terminal. This is especially important when the |
a302de11debf
* dispnew.c (init_display): Initialize Vwindow_system.
Jim Blandy <jimb@redhat.com>
parents:
2292
diff
changeset
|
2476 terminal is so dumb that emacs gives up before and doesn't bother |
a302de11debf
* dispnew.c (init_display): Initialize Vwindow_system.
Jim Blandy <jimb@redhat.com>
parents:
2292
diff
changeset
|
2477 using the window system. |
a302de11debf
* dispnew.c (init_display): Initialize Vwindow_system.
Jim Blandy <jimb@redhat.com>
parents:
2292
diff
changeset
|
2478 |
a302de11debf
* dispnew.c (init_display): Initialize Vwindow_system.
Jim Blandy <jimb@redhat.com>
parents:
2292
diff
changeset
|
2479 If the DISPLAY environment variable is set, try to use X, and die |
a302de11debf
* dispnew.c (init_display): Initialize Vwindow_system.
Jim Blandy <jimb@redhat.com>
parents:
2292
diff
changeset
|
2480 with an error message if that doesn't work. */ |
314 | 2481 |
2482 #ifdef HAVE_X_WINDOWS | |
2359
90a5f91329f3
* dispnew.c (init_display): Get display name from environment
Jim Blandy <jimb@redhat.com>
parents:
2339
diff
changeset
|
2483 if (! display_arg) |
90a5f91329f3
* dispnew.c (init_display): Get display name from environment
Jim Blandy <jimb@redhat.com>
parents:
2339
diff
changeset
|
2484 { |
90a5f91329f3
* dispnew.c (init_display): Get display name from environment
Jim Blandy <jimb@redhat.com>
parents:
2339
diff
changeset
|
2485 #ifdef VMS |
2511
4fc5338ebb8f
* dispnew.c (getenv): Extern declaration deleted; this is done in
Jim Blandy <jimb@redhat.com>
parents:
2439
diff
changeset
|
2486 display_arg = (getenv ("DECW$DISPLAY") != 0); |
2359
90a5f91329f3
* dispnew.c (init_display): Get display name from environment
Jim Blandy <jimb@redhat.com>
parents:
2339
diff
changeset
|
2487 #else |
2511
4fc5338ebb8f
* dispnew.c (getenv): Extern declaration deleted; this is done in
Jim Blandy <jimb@redhat.com>
parents:
2439
diff
changeset
|
2488 display_arg = (getenv ("DISPLAY") != 0); |
2359
90a5f91329f3
* dispnew.c (init_display): Get display name from environment
Jim Blandy <jimb@redhat.com>
parents:
2339
diff
changeset
|
2489 #endif |
2364 | 2490 } |
2359
90a5f91329f3
* dispnew.c (init_display): Get display name from environment
Jim Blandy <jimb@redhat.com>
parents:
2339
diff
changeset
|
2491 |
90a5f91329f3
* dispnew.c (init_display): Get display name from environment
Jim Blandy <jimb@redhat.com>
parents:
2339
diff
changeset
|
2492 if (!inhibit_window_system && display_arg) |
314 | 2493 { |
2494 Vwindow_system = intern ("x"); | |
2495 #ifdef HAVE_X11 | |
2496 Vwindow_system_version = make_number (11); | |
2497 #else | |
2498 Vwindow_system_version = make_number (10); | |
2499 #endif | |
2500 return; | |
2501 } | |
2502 #endif /* HAVE_X_WINDOWS */ | |
2503 | |
13408
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
2504 #ifdef HAVE_NTGUI |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
2505 if (!inhibit_window_system) |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
2506 { |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
2507 Vwindow_system = intern ("win32"); |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
2508 Vwindow_system_version = make_number (1); |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
2509 return; |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
2510 } |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
2511 #endif /* HAVE_NTGUI */ |
7e92386e1cf7
[HAVE_NTGUI]: Include w32term.h.
Geoff Voelker <voelker@cs.washington.edu>
parents:
13220
diff
changeset
|
2512 |
314 | 2513 /* If no window system has been specified, try to use the terminal. */ |
2514 if (! isatty (0)) | |
2515 { | |
2516 fprintf (stderr, "emacs: standard input is not a tty\n"); | |
2517 exit (1); | |
2518 } | |
2519 | |
2520 /* Look at the TERM variable */ | |
2521 terminal_type = (char *) getenv ("TERM"); | |
2522 if (!terminal_type) | |
2523 { | |
2524 #ifdef VMS | |
2525 fprintf (stderr, "Please specify your terminal type.\n\ | |
2526 For types defined in VMS, use set term /device=TYPE.\n\ | |
2527 For types not defined in VMS, use define emacs_term \"TYPE\".\n\ | |
2528 \(The quotation marks are necessary since terminal types are lower case.)\n"); | |
2529 #else | |
2530 fprintf (stderr, "Please set the environment variable TERM; see tset(1).\n"); | |
2531 #endif | |
2532 exit (1); | |
2533 } | |
2534 | |
2535 #ifdef VMS | |
2536 /* VMS DCL tends to upcase things, so downcase term type. | |
2537 Hardly any uppercase letters in terminal types; should be none. */ | |
2538 { | |
2539 char *new = (char *) xmalloc (strlen (terminal_type) + 1); | |
2540 char *p; | |
2541 | |
2542 strcpy (new, terminal_type); | |
2543 | |
2544 for (p = new; *p; p++) | |
2545 if (isupper (*p)) | |
2546 *p = tolower (*p); | |
2547 | |
2548 terminal_type = new; | |
2549 } | |
2550 #endif | |
2551 | |
2552 term_init (terminal_type); | |
2553 | |
764 | 2554 remake_frame_glyphs (selected_frame); |
2555 calculate_costs (selected_frame); | |
314 | 2556 |
2557 /* X and Y coordinates of the cursor between updates. */ | |
764 | 2558 FRAME_CURSOR_X (selected_frame) = 0; |
2559 FRAME_CURSOR_Y (selected_frame) = 0; | |
314 | 2560 |
2561 #ifdef SIGWINCH | |
2562 #ifndef CANNOT_DUMP | |
2563 if (initialized) | |
2564 #endif /* CANNOT_DUMP */ | |
2565 signal (SIGWINCH, window_change_signal); | |
2566 #endif /* SIGWINCH */ | |
2567 } | |
2568 | |
2569 syms_of_display () | |
2570 { | |
764 | 2571 #ifdef MULTI_FRAME |
2572 defsubr (&Sredraw_frame); | |
314 | 2573 #endif |
2574 defsubr (&Sredraw_display); | |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
2575 defsubr (&Sframe_or_buffer_changed_p); |
314 | 2576 defsubr (&Sopen_termscript); |
2577 defsubr (&Sding); | |
2578 defsubr (&Ssit_for); | |
2579 defsubr (&Ssleep_for); | |
2580 defsubr (&Ssend_string_to_terminal); | |
2581 | |
12186
6811992e871c
(Fframe_or_buffer_changed_p): Calculate vector size right.
Karl Heuer <kwzh@gnu.org>
parents:
11919
diff
changeset
|
2582 frame_and_buffer_state = Fmake_vector (make_number (20), Qlambda); |
7810
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
2583 staticpro (&frame_and_buffer_state); |
15c0bf73737e
(Fframe_or_buffer_changed_p): New function.
Karl Heuer <kwzh@gnu.org>
parents:
7808
diff
changeset
|
2584 |
13220
2e9014617492
(Qdisplay_table): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13105
diff
changeset
|
2585 Qdisplay_table = intern ("display-table"); |
2e9014617492
(Qdisplay_table): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13105
diff
changeset
|
2586 staticpro (&Qdisplay_table); |
2e9014617492
(Qdisplay_table): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
13105
diff
changeset
|
2587 |
314 | 2588 DEFVAR_INT ("baud-rate", &baud_rate, |
7926
b87f2c705501
(syms_of_display): Make baud-rate a user var.
Richard M. Stallman <rms@gnu.org>
parents:
7900
diff
changeset
|
2589 "*The output baud rate of the terminal.\n\ |
314 | 2590 On most systems, changing this value will affect the amount of padding\n\ |
2591 and the other strategic decisions made during redisplay."); | |
2592 DEFVAR_BOOL ("inverse-video", &inverse_video, | |
764 | 2593 "*Non-nil means invert the entire frame display.\n\ |
314 | 2594 This means everything is in inverse video which otherwise would not be."); |
2595 DEFVAR_BOOL ("visible-bell", &visible_bell, | |
764 | 2596 "*Non-nil means try to flash the frame to represent a bell."); |
314 | 2597 DEFVAR_BOOL ("no-redraw-on-reenter", &no_redraw_on_reenter, |
764 | 2598 "*Non-nil means no need to redraw entire frame after suspending.\n\ |
314 | 2599 A non-nil value is useful if the terminal can automatically preserve\n\ |
764 | 2600 Emacs's frame display when you reenter Emacs.\n\ |
314 | 2601 It is up to you to set this variable if your terminal can do that."); |
2602 DEFVAR_LISP ("window-system", &Vwindow_system, | |
2603 "A symbol naming the window-system under which Emacs is running\n\ | |
2604 \(such as `x'), or nil if emacs is running on an ordinary terminal."); | |
2605 DEFVAR_LISP ("window-system-version", &Vwindow_system_version, | |
2606 "The version number of the window system in use.\n\ | |
2607 For X windows, this is 10 or 11."); | |
2608 DEFVAR_BOOL ("cursor-in-echo-area", &cursor_in_echo_area, | |
2609 "Non-nil means put cursor in minibuffer, at end of any message there."); | |
2610 DEFVAR_LISP ("glyph-table", &Vglyph_table, | |
764 | 2611 "Table defining how to output a glyph code to the frame.\n\ |
314 | 2612 If not nil, this is a vector indexed by glyph code to define the glyph.\n\ |
2613 Each element can be:\n\ | |
2614 integer: a glyph code which this glyph is an alias for.\n\ | |
2615 string: output this glyph using that string (not impl. in X windows).\n\ | |
2616 nil: this glyph mod 256 is char code to output,\n\ | |
6857 | 2617 and this glyph / 256 is face code for X windows (see `face-id')."); |
314 | 2618 Vglyph_table = Qnil; |
2619 | |
2620 DEFVAR_LISP ("standard-display-table", &Vstandard_display_table, | |
2621 "Display table to use for buffers that specify none.\n\ | |
2622 See `buffer-display-table' for more information."); | |
2623 Vstandard_display_table = Qnil; | |
2624 | |
2625 /* Initialize `window-system', unless init_display already decided it. */ | |
2626 #ifdef CANNOT_DUMP | |
2627 if (noninteractive) | |
2628 #endif | |
2629 { | |
2630 Vwindow_system = Qnil; | |
2631 Vwindow_system_version = Qnil; | |
2632 } | |
2633 } |