Greetings.
Today I checkouted latest st from repository and tried to replace
urxvt-unicode with it. I have tried several times to do this before, but
there were different annoying things I did not expect and have no time
of trying to fix them.
Today I am very glad that really everything is workin
ok, Christoph, i sorted some stuff for the inquisition.
Enjoy :)
scrollbars-b6.patch
Description: Binary data
Commenting on this: you don't really need to open a new file, either; just
try to paste to a line that has no empty line before it.
As a bonus, it wrecks syntax highlighting.
2013/2/24 Andreas Marschall
> hello,
>
> this is my first post in a mailing list ever so I hope you guys are not
> too h
Commenting on this even further:
- tested whether st rightfully extracts selection contents. It does, as
debug output told me, so the problem is in nano.
- compared rxvt tt_write() with st ttywrite. rxvt's does one more thing:
replaces linefeeds with carriage returns.
- wrote a patch and test. S