xyb3rt / urxvt-perls

Perl extensions for the rxvt-unicode terminal emulator
GNU General Public License v2.0
754 stars 110 forks source link

keyboard-select highlighting breaks when cursor reaches top of terminal #70

Closed Evidlo closed 8 years ago

Evidlo commented 8 years ago

Steps to reproduce

All the lines seem to be selecting just fine, as I can yank/paste the entire selection.

Also, when you yank the selected lines with y, the upper lines that didn't get highlighted are now highlighted, probably because the script inverts the color of the entire selection.

Selecting lines

After yank

xyb3rt commented 8 years ago

Sorry for the late reaction. Commit e00a109 fixes this for me. Thanks for reporting the issue, especially in such good form.