Move scroll marker on resize
parent
b6061a70d7
commit
3c89857652
1
ui.c
1
ui.c
|
@ -527,6 +527,7 @@ static void reflow(struct Window *window) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static void resize(void) {
|
static void resize(void) {
|
||||||
|
mvwin(marker, LINES - 2, 0);
|
||||||
int height, width;
|
int height, width;
|
||||||
getmaxyx(windows.active->pad, height, width);
|
getmaxyx(windows.active->pad, height, width);
|
||||||
if (width == COLS) return;
|
if (width == COLS) return;
|
||||||
|
|
Loading…
Reference in New Issue