BusyBox Bug and Patch Tracking
BusyBox
  

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

- Relationships

- Notes
(0000748)
pgf
12-08-05 09:32

fixed in svn, as of r11477
 

- Issue History
Date Modified Username Field Change
11-29-05 08:58 Keith Young New Issue
11-29-05 08:58 Keith Young Status new => assigned
11-29-05 08:58 Keith Young Assigned To  => BusyBox
12-08-05 09:32 pgf Status assigned => closed
12-08-05 09:32 pgf Note Added: 0000748
12-08-05 09:32 pgf Resolution open => duplicate
12-08-05 09:32 pgf Fixed in Version  => svn


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker