Skip to content

Commit 00f9b40

Browse files
committed
uit_main: make /close message more helpful
(same as Ctrl+C)
1 parent 19ec1a8 commit 00f9b40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uit_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ui_tab_t *uit_main_create() {
5353

5454

5555
static void t_close(ui_tab_t *tab) {
56-
ui_m(tab, 0, "Main tab cannot be closed.");
56+
ui_m(NULL, UIM_NOLOG, "Type /quit to exit ncdc.");
5757
}
5858

5959

0 commit comments

Comments
 (0)