summaryrefslogtreecommitdiffstats
path: root/smenu.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2019-03-14 22:42:55 +0100
committerpgen <p.gen.progs@gmail.com>2019-03-17 20:46:10 +0100
commita6c52c745432db01b8b4f66f4bdf6d0dc320f9f7 (patch)
treeae3078900ab0dd148f3b9f1f1ceb505da1b5724e /smenu.c
parent5d4d2db9308b7ab69fc1b6ea1667cc7e314b11f5 (diff)
Add en empty line after the message
Diffstat (limited to 'smenu.c')
-rw-r--r--smenu.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/smenu.c b/smenu.c
index 3dfdc90..ecaa8fd 100644
--- a/smenu.c
+++ b/smenu.c
@@ -3583,6 +3583,12 @@ disp_message(ll_t * message_lines_list, long message_max_width,
win->message_lines++;
}
+ /* Add an empty line without attribute to separate the menu title */
+ /* and the menu content. */
+ /* """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
+ puts("");
+ win->message_lines++;
+
free(buf);
/* Re-arm the periodic timer */