summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2012-11-22 14:10:54 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2012-11-22 14:10:54 +0000
commit4a4b5922be5ef1bea62c3c729870fe34b601ec52 (patch)
tree2c7b77475efe24220622c8b3a178ad4980178f9f /usr.bin/tmux
parent3096a040bc4dae7550044cabac4ed79e09b8a8bf (diff)
Don't need to send DECSL on detaching now, the code using higher levels
has gone.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r--usr.bin/tmux/tty.c5
1 files changed, 1 insertions, 4 deletions
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 <nicm@users.sourceforge.net>
@@ -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