2014-05-21 22:40 GMT+04:00 Eric Pruitt <eric.pruitt_AT_gmail.com>:
> When copying text from st, all intermittent blank lines get removed. For
> example, if I run "printf 'XXX\n\n\nXXX\n'" then copy and paste the
> printed text, I get:
>
> XXX
> XXX
>
> Instead the expected:
>
> XXX
>
>
> XXX