annotate src/m/ncr386.h @ 30744:6181f12f7f51

(trace_move) [GLYPH_DEBUG]: New variable. (TRACE_MOVE) [GLYPH_DEBUG]: New macro. (move_it_in_display_line_to): Record iterator's ascent and descent before producing glyphs, and restore them when we know the glyph doesn't fit on the line. (move_it_to): Restructured so that it's easier to debug. If moving to a vpos, and not moving to an x or character position, stop as soon as the specified vpos is reached; don't move further into that line because that might change the computed line height. (try_cursor_movement): New function, extracted from the cursor movement branch of redisplay_window. If ending on a partially visible line, don't try to scroll if the cursor line is taller than the window. (redisplay_window): Use try_cursor_movement.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 10 Aug 2000 19:15:37 +0000
parents ca0aead90c7b
children 695cf19ef79e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11339
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 #include "intel386.h"
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 #ifndef __GNUC__
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 /* Allow emacs to link with "bcopy()" unresolved. Works around a
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 problem where /usr/lib/libX11.so provides bcopy, but
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 /usr/ccs/lib/libX11.so does not. */
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 #define LD_SWITCH_X_DEFAULT -Wl,-z,nodefs
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 #else /* __GNUC__ */
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10 /* Assuming we are using GNU ld, pass a -R option to it
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11 so that shared libraries will be found at execution time
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 just as they are found at link time. */
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 #define LD_SWITCH_X_DEFAULT -Xlinker LD_SWITCH_X_SITE_AUX
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14
ca0aead90c7b Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
15 #endif /* __GNUC__ */