From 3a39b1fa1e41ccd84daa41e1ebf1633820c21754 Mon Sep 17 00:00:00 2001 From: Jaroslav Beran <32241174+berk76@users.noreply.github.com> Date: Sun, 20 Aug 2017 22:03:31 +0200 Subject: [PATCH] ptakovina ver 1.0 --- src/main_tcx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main_tcx.c b/src/main_tcx.c index 85629c8..933cf24 100644 --- a/src/main_tcx.c +++ b/src/main_tcx.c @@ -331,6 +331,8 @@ void draw_goodbye() { tui_draw_box(13, 9, TUI_COL, TUI_BKCOL, gfx_spray_02, FALSE); tui_draw_box(1, 21, LIGHTGRAY, TUI_BKCOL, "jgs", FALSE); + tui_draw_box(73, 24, DARKGRAY, TUI_BKCOL, "ver 1.0", FALSE); + tui_message("\n\x01\x0fGood Bye\n", LIGHTCYAN, TUI_BKCOL); }