bugvile, a vi-compatible text editor - Bugs: bug #37988, linewrap

 
 

bug #37988: linewrap

Submitter:  None
Submitted:  Fri 28 Dec 2012 02:51:09 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 25 Jan 2014 03:31:50 PM UTC, comment #5: 

I isolated the cause for this, and will have a fix in 9.8l

Thomas Dickey <dickey>
Group administrator
Mon 29 Jul 2013 06:57:56 PM UTC, comment #4: 

This doesn't solve the problem in every conditions. First disable backspacelimit. Open a line (with the command "o") when the cursor is on a line as long as the screen width. Then press backspace one time and enter in command mode.

Anonymous
Mon 03 Jun 2013 10:36:39 AM UTC, comment #3: 

thanks - I think that will help isolate the problem

Thomas Dickey <dickey>
Group administrator
Sun 02 Jun 2013 12:27:50 PM UTC, comment #2: 

Sorry if I wasn't clear; I meant typing the characters while in insert mode
without using macros. After typing the line and returning to command mode,
the cursor will return to the end of the line but the screen line created
to make space for the cursor will not disappear.

This bug happens in vile 9.8j in xterm and WinVile in Vista

Anonymous
Sun 10 Mar 2013 05:40:51 PM UTC, comment #1: 

I'm not able to reproduce the bug

It seems that I should be able to, using this initialization:

set linewrap
map K 080iX^[

(^[ is escape).  But that leaves my cursor at the end of the line.
Changing the repeat to 81 does leave it at the beginning of the
next line, but having added a line longer than the screen width.
This is in xterm, of course.

Thomas Dickey <dickey>
Group administrator
Fri 28 Dec 2012 02:51:09 PM UTC, original submission:  

Hi,

When linewrap is set, after inserting a line equal in length to the screen width and then (after the cursor is at the start of the new screen line) returning to command mode, the screen is one line off the real buffer contents. The screen is updated only after a scroll command.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dickey (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-02-01 dickey StatusIn Progress Fixed
    2014-01-20 dickey StatusNeed Info In Progress
    2013-04-15 dickey StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code