The branch, master has been updated via 2a91025581ddaa934ffa471f5b27a33d19e4ea2d (commit) from 37d34b6b8389e0126a9aac50bf85e3c44e617b37 (commit)
- Log ----------------------------------------------------------------- commit 2a91025581ddaa934ffa471f5b27a33d19e4ea2d Author: Nicholas Marriott <nicholas.marri...@gmail.com> Commit: Nicholas Marriott <nicholas.marri...@gmail.com> Use tty_raw on stop, not tty_puts. --- tty.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tty.c b/tty.c index f1726da..1abaea4 100644 --- a/tty.c +++ b/tty.c @@ -284,7 +284,7 @@ tty_stop_tty(struct tty *tty) tty_raw(tty, "\033[?1000l\033[?1006l\033[?1005l"); if (tty_term_has(tty->term, TTYC_XT)) - tty_puts(tty, "\033[>4m"); + tty_raw(tty, "\033[>4m"); tty_raw(tty, tty_term_string(tty->term, TTYC_RMCUP)); ----------------------------------------------------------------------- Summary of changes: tty.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- tmux ------------------------------------------------------------------------------ The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials, tech docs, whitepapers, evaluation guides, and opinion stories. Check out the most recent posts - join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ tmux-cvs mailing list tmux-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-cvs