We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ec1a8 commit 00f9b40Copy full SHA for 00f9b40
1 file changed
src/uit_main.c
@@ -53,7 +53,7 @@ ui_tab_t *uit_main_create() {
53
54
55
static void t_close(ui_tab_t *tab) {
56
- ui_m(tab, 0, "Main tab cannot be closed.");
+ ui_m(NULL, UIM_NOLOG, "Type /quit to exit ncdc.");
57
}
58
59
0 commit comments