mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Allow panes to be empty (no command), output can be piped to them with
split-window or display-message -I.
This commit is contained in:
2
input.c
2
input.c
@ -1185,6 +1185,8 @@ input_c0_dispatch(struct input_ctx *ictx)
|
||||
case '\013': /* VT */
|
||||
case '\014': /* FF */
|
||||
screen_write_linefeed(sctx, 0, ictx->cell.cell.bg);
|
||||
if (s->mode & MODE_CRLF)
|
||||
screen_write_carriagereturn(sctx);
|
||||
break;
|
||||
case '\015': /* CR */
|
||||
screen_write_carriagereturn(sctx);
|
||||
|
Reference in New Issue
Block a user