| Anonymous | Login | Signup for a new account | 11-10-2008 10:53 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000568 | [BusyBox] Other | minor | always | 11-29-05 08:58 | 12-08-05 09:32 | ||||
| Reporter | Keith Young | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | duplicate | ||||||
| Status | closed | Product Version | 1.01 | ||||||
| Summary | 0000568: vi displays inserted text incorrectly. | ||||||||
| Description | vi displays inserted text one column to the right of the correct position. Entering a ^L redisplays correctly. | ||||||||
| Additional Information |
The problem is in vi.c refresh(). The cursor is correctly positioned for the first changed character, but then show_status_line() is called which moves the cursor on one column to the right (the new insertion point). A simple fix is to move the edit_status();show_status_line() to before the // move cursor to column of first change line. This change has not been rigorously tested. |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |