comparison src/indent.c @ 16257:3cc73a430181

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 Sep 1996 01:25:11 +0000
parents 855c8d8ba0f0
children c6b901f809da
comparison
equal deleted inserted replaced
16256:1ce0cb94fa68 16257:3cc73a430181
792 compute_motion returns a pointer to a struct position. The bufpos 792 compute_motion returns a pointer to a struct position. The bufpos
793 member gives the buffer position at the end of the scan, and hpos 793 member gives the buffer position at the end of the scan, and hpos
794 and vpos give its cartesian location. prevhpos is the column at 794 and vpos give its cartesian location. prevhpos is the column at
795 which the character before bufpos started, and contin is non-zero 795 which the character before bufpos started, and contin is non-zero
796 if we reached the current line by continuing the previous. 796 if we reached the current line by continuing the previous.
797
798 Note that FROMHPOS and TOHPOS should be expressed in real screen
799 columns, taking HSCROLL and the truncation glyph at the left margin
800 into account. That is, beginning-of-line moves you to the hpos
801 -HSCROLL + (HSCROLL > 0).
802 797
803 Note that FROMHPOS and TOHPOS should be expressed in real screen 798 Note that FROMHPOS and TOHPOS should be expressed in real screen
804 columns, taking HSCROLL and the truncation glyph at the left margin 799 columns, taking HSCROLL and the truncation glyph at the left margin
805 into account. That is, beginning-of-line moves you to the hpos 800 into account. That is, beginning-of-line moves you to the hpos
806 -HSCROLL + (HSCROLL > 0). 801 -HSCROLL + (HSCROLL > 0).