Ticket #1399 (closed defect: fixed)
calculation of position of cursor position in status is wrong
| Reported by: | daxim | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.94 |
| Keywords: | Cc: |
Description
- Open a file with 20 lines or longer.
- Place cursor at end of file.
- Observe %-age number in status.
Should say: 100
Really says: something between 95 and 99
For a correct implementation, look at how mcedit (from Midnight Commander) displays the bytes and lines according to the cursor position.
Change History
Note: See
TracTickets for help on using
tickets.

fixed in r18887