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