Your message dated Thu, 24 Mar 2022 23:08:43 -0400
with message-id <20220325030843.3isop24xcwesivel@localhost>
and subject line Re: Bug#860723: vim-runtime: documentation bug in term.txt
has caused the Debian Bug report #860723,
regarding vim-runtime: documentation bug in term.txt
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
860723: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860723
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vim-runtime
Version: 2:7.3.547-7+deb7u3
Severity: minor

Dear Maintainer,

 while trying to figure out why I don't get rgb color support in vim
inside tmux I stumbled upon a documentation bug. :)

 in term.txt there are these two lines:

         let &t_8f = "\<Esc>[38:2:%lu:%lu:%lum"
         let &t_8b = "\<Esc>[48:2:%lu:%lu:%lum"

 Actually, after 38 and 48 there should be a semicolon instead of a
colon.  I figured out that part with setting xterm-256color (which
worked) and screen-256color (which didn't, had it set to empty, which is
set inside tmux as default).

 Now I don't know if it is a vim bug that t_8f and t_8b are empty when
therm is screen-256color (I still have to figure out why that is), but
the documentation bug for those values in term.txt should definitely get
fixed. :)

 Enjoy,
Rhonda
-- 
Fรผhlst du dich mutlos, fass endlich Mut, los      |
Fรผhlst du dich hilflos, geh raus und hilf, los    | Wir sind Helden
Fรผhlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fรผhlst du dich haltlos, such Halt und lass los    |

--- End Message ---
--- Begin Message ---
Version: 2:8.2.3455-1

On Wed, Apr 19, 2017 at 10:22:08PM -0400, James McCoy wrote:
> On Wed, Apr 19, 2017 at 01:59:58PM +0200, Rhonda D'Vine wrote:
> >  while trying to figure out why I don't get rgb color support in vim
> > inside tmux I stumbled upon a documentation bug. :)
> > 
> >  in term.txt there are these two lines:
> > 
> >          let &t_8f = "\<Esc>[38:2:%lu:%lu:%lum"
> >          let &t_8b = "\<Esc>[48:2:%lu:%lu:%lum"
> 
> Which are just a clarification on the preceding paragraph (emphasis
> added):
> 
>     Sometimes setting 'termguicolors' is not enough and one has to set the 
> |t_8f|
>     and |t_8b| options explicitly. ๐ƒ๐ž๐Ÿ๐š๐ฎ๐ฅ๐ญ ๐ฏ๐š๐ฅ๐ฎ๐ž๐ฌ ๐จ๐Ÿ ๐ญ๐ก๐ž๐ฌ๐ž ๐จ๐ฉ๐ญ๐ข๐จ๐ง๐ฌ ๐š๐ซ๐ž
>     "^[[38;2;%lu;%lu;%lum" and "^[[48;2;%lu;%lu;%lum" respectively, but it is 
> only
>     set when `$TERM` is `xterm`. ๐’๐จ๐ฆ๐ž ๐ญ๐ž๐ซ๐ฆ๐ข๐ง๐š๐ฅ๐ฌ ๐š๐œ๐œ๐ž๐ฉ๐ญ ๐ญ๐ก๐ž ๐ฌ๐š๐ฆ๐ž ๐ฌ๐ž๐ช๐ฎ๐ž๐ง๐œ๐ž๐ฌ, ๐›๐ฎ๐ญ
>     ๐ฐ๐ข๐ญ๐ก ๐š๐ฅ๐ฅ ๐ฌ๐ž๐ฆ๐ข๐œ๐จ๐ฅ๐จ๐ง๐ฌ ๐ซ๐ž๐ฉ๐ฅ๐š๐œ๐ž๐ ๐›๐ฒ ๐œ๐จ๐ฅ๐จ๐ง๐ฌ (this is actually more compatible, 
> but
>     less widely supported):
> 
> >  Actually, after 38 and 48 there should be a semicolon instead of a
> > colon.  I figured out that part with setting xterm-256color (which
> > worked) and screen-256color (which didn't, had it set to empty, which is
> > set inside tmux as default).
> 
> If have recent enough terminfo files (and tmux), I'd suggest using
> tmux-256color instead since that will also enable displaying italic
> text.

More details about configuring functionality inside screen/tmux has been
added in ":help tmux-integration".  Given that, I think this can be
closed.

Cheers,
-- 
James
GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7  2D23 DFE6 91AE 331B A3DB

--- End Message ---

Reply via email to