annotate src/s/riscos5.h @ 60177:f2c6bf193ab5

(pos_visible_p): Be sure to move to the specified position. Always get the full ascent / descent of the corresponding row, to return reliable rtop and rbot values. (back_to_previous_visible_line_start): Fix 2005-01-18 change. Must look one character back, as back_to_previous_line_start returns position after the newline. (move_it_vertically_backward): Fix heuristic for when to move further back in case line_height * 2/3 is larger than window height. (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p as it does not do anything anymore. Add arg current_matrix_p to use current matrix rather than desired matrix when set. (try_cursor_movement): Don't scroll to make cursor row fully visible if cursor didn't move. This avoids unexpected recentering in case of blinking cursor or accepting process output. Use current matrix to check cursor row visibility. (redisplay_window): Fix whether to recenter or move to top in case cursor line is taller than window height. (find_first_unchanged_at_end_row): Stop search if we reach a row which not enabled (instead of abort).
author Kim F. Storm <storm@cua.dk>
date Sat, 19 Feb 2005 23:30:51 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12896
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 #include "bsd4-3.h"
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 /* This file has changes that Jost Krieger <x920031@rubb.rz.ruhr-uni-bochum.de>
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 says are necessary. */
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 /* No declaration in system header files. */
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 extern double atof ();
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 #define LD_SWITCH_SYSTEM -non_shared
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11 #define GETPGRP_NO_ARG
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12896
diff changeset
12
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12896
diff changeset
13 /* arch-tag: e8ddf21d-72a0-476d-b33e-364f8b20e3b7
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12896
diff changeset
14 (do not change this comment) */