comparison runtime/doc/term.txt @ 20619:68c206d3a251 v8.2.0863

patch 8.2.0863: cannot set a separate color for underline/undercurl Commit: https://github.com/vim/vim/commit/e023e88bed3f2e0a7ea4cf10cac2de80bc9c271c Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 31 16:42:30 2020 +0200 patch 8.2.0863: cannot set a separate color for underline/undercurl Problem: Cannot set a separate color for underline/undercurl. Solution: Add the t_AU and t_8u termcap codes. (Timur Celik, closes https://github.com/vim/vim/issues/6011)
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 May 2020 16:45:03 +0200
parents bd021eb62e73
children 24ce202a7d68
comparison
equal deleted inserted replaced
20618:8b79d6353530 20619:68c206d3a251
320 does not cause scrolling 320 does not cause scrolling
321 t_ZH italics mode *t_ZH* *'t_ZH'* 321 t_ZH italics mode *t_ZH* *'t_ZH'*
322 t_ZR italics end *t_ZR* *'t_ZR'* 322 t_ZR italics end *t_ZR* *'t_ZR'*
323 323
324 Added by Vim (there are no standard codes for these): 324 Added by Vim (there are no standard codes for these):
325 t_AU set underline color (ANSI) *t_AU* *'t_AU'*
325 t_Ce undercurl end *t_Ce* *'t_Ce'* 326 t_Ce undercurl end *t_Ce* *'t_Ce'*
326 t_Cs undercurl mode *t_Cs* *'t_Cs'* 327 t_Cs undercurl mode *t_Cs* *'t_Cs'*
327 t_Te strikethrough end *t_Te* *'t_Te'* 328 t_Te strikethrough end *t_Te* *'t_Te'*
328 t_Ts strikethrough mode *t_Ts* *'t_Ts'* 329 t_Ts strikethrough mode *t_Ts* *'t_Ts'*
329 t_IS set icon text start *t_IS* *'t_IS'* 330 t_IS set icon text start *t_IS* *'t_IS'*
348 The response is stored in |v:termrbgresp| 349 The response is stored in |v:termrbgresp|
349 t_8f set foreground color (R, G, B) *t_8f* *'t_8f'* 350 t_8f set foreground color (R, G, B) *t_8f* *'t_8f'*
350 |xterm-true-color| 351 |xterm-true-color|
351 t_8b set background color (R, G, B) *t_8b* *'t_8b'* 352 t_8b set background color (R, G, B) *t_8b* *'t_8b'*
352 |xterm-true-color| 353 |xterm-true-color|
354 t_8u set underline color (R, G, B) *t_8u* *'t_8u'*
353 t_BE enable bracketed paste mode *t_BE* *'t_BE'* 355 t_BE enable bracketed paste mode *t_BE* *'t_BE'*
354 |xterm-bracketed-paste| 356 |xterm-bracketed-paste|
355 t_BD disable bracketed paste mode *t_BD* *'t_BD'* 357 t_BD disable bracketed paste mode *t_BD* *'t_BD'*
356 |xterm-bracketed-paste| 358 |xterm-bracketed-paste|
357 t_SC set cursor color start *t_SC* *'t_SC'* 359 t_SC set cursor color start *t_SC* *'t_SC'*