diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-05-22 16:26:09 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-05-22 16:26:09 +0000 |
commit | b2f301f4e2b05764cd80da2ebc08e10605d0eeca (patch) | |
tree | 7f120658df8bbeab3acdffbed47915a4a4f47587 /options-table.c | |
parent | 719755574d4c4a5af1b255cb709c9ce8ee62f7ac (diff) | |
download | rtmux-b2f301f4e2b05764cd80da2ebc08e10605d0eeca.tar.gz rtmux-b2f301f4e2b05764cd80da2ebc08e10605d0eeca.tar.bz2 rtmux-b2f301f4e2b05764cd80da2ebc08e10605d0eeca.zip |
Sync OpenBSD patchset 916:
Support DECSCUSR sequence to set the cursor style with two new
terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index 407ab6c1..e69b32ae 100644 --- a/options-table.c +++ b/options-table.c @@ -1,4 +1,4 @@ -/* $Id: options-table.c,v 1.11 2011-05-22 16:25:02 tcunha Exp $ */ +/* $Id: options-table.c,v 1.12 2011-05-22 16:26:09 tcunha Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott <nicm@users.sourceforge.net> @@ -367,6 +367,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" }, { .name = "update-environment", |