diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-14 10:47:49 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-12-10 17:13:22 +0100 |
| commit | ad9c2d3cb97bbc4ba83ce7d23c9df23f9d3d11db (patch) | |
| tree | c48a5e06642096cfd87c4e32326e3bef3c45223c /src/nvim/tui | |
| parent | 9ada97a81027e03d4988cc61b366ff05e2e5b92f (diff) | |
| download | rneovim-ad9c2d3cb97bbc4ba83ce7d23c9df23f9d3d11db.tar.gz rneovim-ad9c2d3cb97bbc4ba83ce7d23c9df23f9d3d11db.tar.bz2 rneovim-ad9c2d3cb97bbc4ba83ce7d23c9df23f9d3d11db.zip | |
doc
closes #7622
Diffstat (limited to 'src/nvim/tui')
| -rw-r--r-- | src/nvim/tui/tui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c index 6e2a5cbe67..9ff1acf64a 100644 --- a/src/nvim/tui/tui.c +++ b/src/nvim/tui/tui.c @@ -1529,7 +1529,7 @@ static void patch_terminfo_bugs(TUIData *data, const char *term, || iterm || iterm_pretending_xterm || teraterm // per TeraTerm "Supported Control Functions" doco // Some linux-type terminals (such as console-terminal-emulator - // from the nosh toolset) implement implement the xterm extension. + // from the nosh toolset) implement the xterm extension. || (linuxvt && (xterm_version || (vte_version > 0) || colorterm)))) { data->unibi_ext.set_cursor_style = (int)unibi_add_ext_str(ut, "Ss", "\x1b[%p1%d q"); |