Hi,

When making a block selection, it appears as though the x position is
not properly remembered when '$' is used.

Example:

    a line
    a longer line
    last line

Previous behavior (caps is selection; _ for blanks):

Start:

    A line
    a longer line
    last line

Down + $:

    A LINE________
    A LONGER LINE_
    last line

Down:

    A LINE________
    A LONGER LINE_
    LAST LINE_____

Current behavior:

Start:

    A line
    a longer line
    last line

Down + $:

    A LINE________
    A LONGER LINE_
    last line

Down:

    A line
    A longer line
    Last line

It appears as if it should work based on cursor placement when moving
around after using '$', but it's likely that something just isn't quite
hooked up right. There is other weird behavior when block selecting to
the left and then using '$', but it is likely caused by the same thing.

--Ben

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to