mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 23:36:45 +02:00
help: lowercase keybinding hints for clarity.
Seeing the uppercase character I expected it to be the actual key. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
@ -819,7 +819,7 @@ static void friendlist_onDraw(ToxWindow *self, Tox *m)
|
||||
wattron(self->window, COLOR_PAIR(CYAN));
|
||||
wprintw(self->window, " Press the");
|
||||
wattron(self->window, A_BOLD);
|
||||
wprintw(self->window, " H ");
|
||||
wprintw(self->window, " h ");
|
||||
wattroff(self->window, A_BOLD);
|
||||
wprintw(self->window, "key for help\n\n");
|
||||
wattroff(self->window, COLOR_PAIR(CYAN));
|
||||
|
Reference in New Issue
Block a user