- Timestamp:
- Sep 30, 2010, 8:07:17 PM (13 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 52172cc
- Parents:
- c8d9f84
- git-author:
- David Benjamin <davidben@mit.edu> (09/29/10 13:44:00)
- git-committer:
- David Benjamin <davidben@mit.edu> (09/30/10 20:07:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
editwin.c
r9190285 re75a6df 426 426 } 427 427 428 /* Finds the display line of 'e' starting at the character 429 * 'index'. The index just after the line is returned. Whether the 430 * line ends at a hard break (newline) or soft break (wrapping) is 431 * returned in 'hard'. 432 * 433 * If the point (e->index) is contained in the line, its position is 434 * returned in 'x'. 435 */ 428 436 static int oe_find_display_line(owl_editwin *e, int *x, int index, int *hard) 429 437 {
Note: See TracChangeset
for help on using the changeset viewer.