terminal: tickle statusline on entering #8323

This commit is contained in:
raichoo
2018-05-02 23:04:52 +02:00
committed by Justin M. Keyes
parent 3de81ea351
commit 50ec030b26
2 changed files with 5 additions and 6 deletions

View File

@@ -4898,12 +4898,10 @@ win_redr_status_matches (
xfree(buf);
}
/*
* Redraw the status line of window wp.
*
* If inversion is possible we use it. Else '=' characters are used.
*/
void win_redr_status(win_T *wp)
/// Redraw the status line of window `wp`.
///
/// If inversion is possible we use it. Else '=' characters are used.
static void win_redr_status(win_T *wp)
{
int row;
char_u *p;