diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-10-27 22:54:07 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-10-27 22:54:07 +0000 |
commit | 30c4942876dea0c87d471e0d89ec8c33758f7e9c (patch) | |
tree | a4ceace6b855c51196d9ab4ac2ff577823af0296 /usr.bin | |
parent | 3be7492df81e94e68aeb9691a46bb1f85961ff4b (diff) |
Add screen*:XT to terminal-overrides for tmux-in-tmux, from Romain
Francoise.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tmux/options-table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/options-table.c b/usr.bin/tmux/options-table.c index 62a97638b50..9c26a7282a1 100644 --- a/usr.bin/tmux/options-table.c +++ b/usr.bin/tmux/options-table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.13 2011/08/24 10:29:57 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.14 2011/10/27 22:54:06 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott <nicm@users.sourceforge.net> @@ -376,7 +376,7 @@ const struct options_table_entry session_options_table[] = { .default_str = "*88col*:colors=88,*256col*:colors=256" ",xterm*:XT:Ms=\\E]52;%p1%s;%p2%s\\007" ":Cc=\\E]12;%p1%s\\007:Cr=\\E]112\\007" - ":Cs=\\E[%p1%d q:Csr=\\E[2 q" + ":Cs=\\E[%p1%d q:Csr=\\E[2 q,screen*:XT" }, { .name = "update-environment", |