X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_curses.h;h=3908e9b9fd1c2e2aaa4f36661dcda5b3b93537ef;hp=85c20a7846e08ba75bc7e26e0f2df0ad8c9e9dd7;hb=78f24a39b314d2c47c1417eaa34fdf4078bb4a50;hpb=cfd46a622a446af8a5fa286637cd88259f1b50a5 diff --git a/mutt_curses.h b/mutt_curses.h index 85c20a7..3908e9b 100644 --- a/mutt_curses.h +++ b/mutt_curses.h @@ -1,5 +1,6 @@ /* * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 2004 g10 Code GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -95,6 +96,7 @@ void mutt_flushinp (void); void mutt_refresh (void); void mutt_resize_screen (void); void mutt_ungetch (int, int); +void mutt_need_hard_redraw (void); /* ---------------------------------------------------------------------------- * Support for color @@ -121,6 +123,7 @@ enum MT_COLOR_UNDERLINE, MT_COLOR_INDEX, MT_COLOR_NEW, + MT_COLOR_FLAGGED, MT_COLOR_MAX };