Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: wraparound broken



Peter Stephenson <pws@xxxxxxxxxxxx> writes:

> If a zle line continues onto the next screen line, and the last
> thing on the previous line is a space, then attempting to cut and
> paste the whole thing splits it into two lines.  This doesn't happen
> if the last character before the wrap is not a space.

Sounds like an xterm feature.  zsh will just get the return on its
input or not.  What should it do about it?  One could probably imagine
some fancy hackery where it tries to figure out whether this happened,
but I would classify this as too much code for a not very useful
feature.

Bas.



Messages sorted by: Reverse Date, Date, Thread, Author