annotate src/s/aix4.h @ 53887:ed7d265e860f

(Voverflow_newline_into_fringe, syms_of_xdisp) (left_bits, right_bits, up_arrow_bits, down_arrow_bits) (continued_bits, continuation_bits, ov_bits, first_line_bits) (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits) (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits) (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps) (draw_window_fringes, compute_fringe_widths, update_window_fringes): Move fringe handling vars and code to new file fringe.c. (handle_display_prop): Handle left-fringe and right-fringe display properties; store user fringe bitmaps in iterator. (move_it_in_display_line_to): Handle cursor in fringe at eob. (clear_garbaged_frames): Set force_flush_display_p if resized. (redisplay_window): Redraw fringe bitmaps if not just_this_one_p. (display_line): Handle cursor in fringe at eob. (display_line): Set row user fringe bitmaps from iterator.
author Kim F. Storm <storm@cua.dk>
date Sun, 08 Feb 2004 23:20:52 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12637
449fab2030e0 (AIX4): New definition.
Richard M. Stallman <rms@gnu.org>
parents: 12435
diff changeset
1 #define AIX4
449fab2030e0 (AIX4): New definition.
Richard M. Stallman <rms@gnu.org>
parents: 12435
diff changeset
2
12901
e4af0796bf50 Include aix3-2-5.h, not aix3-2.h.
Richard M. Stallman <rms@gnu.org>
parents: 12637
diff changeset
3 #include "aix3-2-5.h"
10052
c51fcff184b7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4
c51fcff184b7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 /* AIX 4 does not have HFT any more. */
c51fcff184b7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 #undef AIXHFT
21813
1b16bcd671d3 (HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 12901
diff changeset
7
1b16bcd671d3 (HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 12901
diff changeset
8 /* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1.
1b16bcd671d3 (HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 12901
diff changeset
9 It is just a guess which versions of AIX need this definition. */
1b16bcd671d3 (HAVE_STRING_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 12901
diff changeset
10 #define HAVE_WAIT_HEADER
22322
7fd705a45589 (SOCKLEN_TYPE): Define as int.
Karl Heuer <kwzh@gnu.org>
parents: 21813
diff changeset
11
7fd705a45589 (SOCKLEN_TYPE): Define as int.
Karl Heuer <kwzh@gnu.org>
parents: 21813
diff changeset
12 /* Specify the type that the 3rd arg of `accept' points to.
7fd705a45589 (SOCKLEN_TYPE): Define as int.
Karl Heuer <kwzh@gnu.org>
parents: 21813
diff changeset
13 It is just a guess which versions of AIX need this definition. */
7fd705a45589 (SOCKLEN_TYPE): Define as int.
Karl Heuer <kwzh@gnu.org>
parents: 21813
diff changeset
14 #define SOCKLEN_TYPE int
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 22822
diff changeset
15
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 22822
diff changeset
16 /* arch-tag: b9471dfc-ccdc-4980-a8a1-80c7627ec6b2
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 22822
diff changeset
17 (do not change this comment) */