pressing a key now prints all correlated bindings

This commit is contained in:
nova
2025-07-06 03:36:43 +02:00
parent 142f75d98a
commit 36fd160ccb
3 changed files with 119 additions and 57 deletions

View File

@@ -58,6 +58,7 @@ void window_btm(WINDOW *win){
mvwprintw(win, 0, 0, "%s", btm_buffer);
pthread_mutex_unlock(&mutex_btm);
/*the printing of the input char is done in user_interactions*/
/*the printing of all possible inputs are done in user_interactions */
}
}