From 62e59598789fd2afe4175172e549c5686d4cddc9 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sat, 13 Jul 2024 15:06:40 +0200 Subject: Make all options on bottom menu same width --- snotifc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snotifc.c b/snotifc.c index 265e2ed..8ed6ebd 100644 --- a/snotifc.c +++ b/snotifc.c @@ -306,22 +306,22 @@ void curses_display_menu(int c_id) { printw(" F7"); attron(COLOR_PAIR(2)); - printw("Toogle read"); + printw("Toogle read "); attroff(COLOR_PAIR(2)); printw(" F8"); attron(COLOR_PAIR(2)); - printw("Mark all read"); + printw("Mark all read "); attroff(COLOR_PAIR(2)); printw(" F9"); attron(COLOR_PAIR(2)); - printw("Clear"); + printw("Clear "); attroff(COLOR_PAIR(2)); printw("F10"); attron(COLOR_PAIR(2)); - printw("Quit"); + printw("Quit "); attroff(COLOR_PAIR(2)); chgat(-1, A_NORMAL, 2, NULL); -- cgit v1.2.3