I'm seeing the same issues on my recent update!

> middle mouse pasting used to work fine, but since 9.31, it pastes with
> incorrect line endings.

Haven't figured anything out for this, but here's my relevant
.Xresources that might contribute to the issue:
```
! Disable Ctrl-Alt-c & Ctrl-Alt-v bindings (optional)
URxvt.keysym.C-M-c:    builtin-string:
URxvt.keysym.C-M-v:    builtin-string:

! Bind Ctrl-Shift-c & Ctrl-Shift-v to copy and paste
! I dont know why, but I needed to use hex keysym values to get it to work
URxvt.keysym.C-S-0x43: eval:selection_to_clipboard
URxvt.keysym.C-S-0x56: eval:paste_clipboard
```

> Also for some reason when i open the terminal, half the screen is
> flushed. This seems to have been reported here already:
> https://bugs.archlinux.org/task/77062?project=5&string=rxvt-unicode

I have dug into this one though, the issue seems to have been introduced
on august 4th into `src/screen.C`, this line:

```
screen.cur.row += nrow - prev_nrow;
```

causes the cursor to start mostway down my screen, depends on the
resolution.

Commenting out or removing it fixes it for me, have already patched it
on my system

-- 
Marco Sirabella

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/mailman/listinfo/rxvt-unicode

Reply via email to