martanne / dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
MIT License
857 stars 106 forks source link

Remember line wraps for copypaste #87

Open divVerent opened 6 years ago

divVerent commented 6 years ago

With raw rxvt-unicode and also with tmux, the terminal knows where line wraps happened by remembering for each line how the cursor advanced to the next line (by wrap or by newline).

That way, copying a wrapped line to the X11 cut buffer (or with dvtm's own editor/pager support) will not include a line break at the wrap.

So I'd like dvtm to do two things: