comparison src/indent.c @ 543:937bccff8155

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 10 Feb 1992 08:12:22 +0000
parents a41500eed1c5
children f0ffd1764382
comparison
equal deleted inserted replaced
542:119ba212b686 543:937bccff8155
371 371
372 WIDTH is the number of columns available to display text; 372 WIDTH is the number of columns available to display text;
373 compute_motion uses this to handle continuation lines and such. 373 compute_motion uses this to handle continuation lines and such.
374 HSCROLL is the number of columns not being displayed at the left 374 HSCROLL is the number of columns not being displayed at the left
375 margin; this is usually taken from a window's hscroll member. 375 margin; this is usually taken from a window's hscroll member.
376 TAB_OFFSET is a mysterious value, perhaps the number of columns of 376 TAB_OFFSET is the number of columns of the first tab that aren't
377 the first tab that aren't being displayed, perhaps because of a 377 being displayed, perhaps because of a continuation line or
378 continuation line or something. 378 something.
379 379
380 compute_motion returns a pointer to a struct position. The bufpos 380 compute_motion returns a pointer to a struct position. The bufpos
381 member gives the buffer position at the end of the scan, and hpos 381 member gives the buffer position at the end of the scan, and hpos
382 and vpos give its cartesian location. I'm not clear on what the 382 and vpos give its cartesian location. I'm not clear on what the
383 other members are. 383 other members are.