Not supported, no. If you want to do it go for it, IIRC tmux does track
information on the "real" line end (grid_line flags member,
GRID_LINE_WRAPPED), it just doesn't use it on resize.
On Fri, Jun 03, 2011 at 11:35:15PM +0200, No?? Rubinstein wrote:
> Hi,
>
> When a line's length exceeds the wi
Like the ! key in more?
On Fri, Jun 03, 2011 at 10:44:27AM -0500, Stephen Prater wrote:
> Actually, I was thinking more along the lines of a tmux "fork" command.
>
> tmux local-client -> fork child process -> SSH, etc. -> returns to
> tmux local when child process dies.
>
> like if this worked.
tmux doesn't support \033[?1001s, adding that may be enough
if not then ncurses needs to tell tmux it is using the mouse like
ncmpcpp is doing, are you sure it isn't sending \033[?1000h? (run one of
the applications in script, or use tmux logging to see)
On Fri, Jun 03, 2011 at 04:08:04PM +0200,