Skip to content

Commit

Permalink
ptakovina ver 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
berk76 committed Aug 20, 2017
1 parent a3d78e8 commit 3a39b1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main_tcx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 3a39b1f

Please sign in to comment.