]> granicus.if.org Git - vim/commitdiff
updated for version 7.0060
authorBram Moolenaar <Bram@vim.org>
Tue, 15 Mar 2005 22:37:00 +0000 (22:37 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Mar 2005 22:37:00 +0000 (22:37 +0000)
runtime/doc/term.txt
src/proto/gui.pro

index 0ac9697c43a102d3652728a6658974ac9e9f3849..3e87290ec1e3bcc6b836f41cd5977d78578f136e 100644 (file)
@@ -1,4 +1,4 @@
-*term.txt*      For Vim version 7.0aa.  Last change: 2005 Mar 05
+*term.txt*      For Vim version 7.0aa.  Last change: 2005 Mar 14
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -272,6 +272,8 @@ OUTPUT CODES
        t_ts    set window title start (to status line)         *t_ts* *'t_ts'*
        t_ue    underline end                                   *t_ue* *'t_ue'*
        t_us    underline mode                                  *t_us* *'t_us'*
+       t_Ce    undercurl end                                   *t_Ce* *'t_Ce'*
+       t_Cs    undercurl mode                                  *t_Cs* *'t_Cs'*
        t_ut    clearing uses the current background color      *t_ut* *'t_ut'*
        t_vb    visual bell                                     *t_vb* *'t_vb'*
        t_ve    cursor visible                                  *t_ve* *'t_ve'*
index cb254d7d987d800894c0651148dee6aa11d5ffbf..d9dea654d8cb1afb5835bdedf00266e9cd4f8c25 100644 (file)
@@ -41,8 +41,6 @@ void gui_update_scrollbars __ARGS((int force));
 int gui_do_scroll __ARGS((void));
 int gui_do_horiz_scroll __ARGS((void));
 void gui_check_colors __ARGS((void));
-void gui_set_fg_color __ARGS((char_u *name));
-void gui_set_bg_color __ARGS((char_u *name));
 guicolor_T gui_get_color __ARGS((char_u *name));
 int gui_get_lightness __ARGS((guicolor_T pixel));
 void gui_new_scrollbar_colors __ARGS((void));