summaryrefslogtreecommitdiffstats
path: root/src/drawscreen.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-01 16:16:18 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-01 16:16:18 +0200
commit49c51b825a7435a750e64f7f0ebd09166e8559df (patch)
tree6618c763a83c3c48975a3be908c30594f487d257 /src/drawscreen.c
parent5c504f680e63120fea36becfabb8d939d4449e34 (diff)
patch 8.2.2685: custom statusline not drawn correctly with WinBarv8.2.2685
Problem: Custom statusline not drawn correctly with WinBar. Solution: Also adjust the column for the custom status line. (Yee Cheng Chin, closes #8047)
Diffstat (limited to 'src/drawscreen.c')
-rw-r--r--src/drawscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drawscreen.c b/src/drawscreen.c
index 051d94b232..0e36e79173 100644
--- a/src/drawscreen.c
+++ b/src/drawscreen.c
@@ -380,7 +380,7 @@ update_screen(int type_arg)
/*
* Return the row for drawing the statusline and the ruler of window "wp".
*/
- static int
+ int
statusline_row(win_T *wp)
{
#if defined(FEAT_PROP_POPUP)