1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-04-19 12:03:55 +02:00

gmnlm: Include blank line to frame browser window when reading more

This commit is contained in:
Zach DeCook 2021-04-02 09:31:01 -04:00 committed by Drew DeVault
parent a348eb906d
commit e0993d4886

View File

@ -978,6 +978,7 @@ repeat:
switch (result) {
case PROMPT_AGAIN:
case PROMPT_MORE:
printf("\n");
break;
case PROMPT_QUIT:
browser->running = false;