From 4a4b5922be5ef1bea62c3c729870fe34b601ec52 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 22 Nov 2012 14:10:54 +0000 Subject: Don't need to send DECSL on detaching now, the code using higher levels has gone. --- usr.bin/tmux/tty.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.bin/tmux') diff --git a/usr.bin/tmux/tty.c b/usr.bin/tmux/tty.c index 94f237cbbe6..46a0a24284b 100644 --- a/usr.bin/tmux/tty.c +++ b/usr.bin/tmux/tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty.c,v 1.142 2012/09/29 06:57:56 nicm Exp $ */ +/* $OpenBSD: tty.c,v 1.143 2012/11/22 14:10:53 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -289,9 +289,6 @@ tty_stop_tty(struct tty *tty) tty_raw(tty, "\033[?1000l"); tty_raw(tty, tty_term_string(tty->term, TTYC_RMCUP)); - - if (tty->xterm_version > 270) - tty_raw(tty, "\033[61;1\"p"); } void -- cgit v1.2.3