From: Martin Read Date: Sun, 9 Feb 2014 12:41:54 +0000 (+0000) Subject: Title screen alignment tweaks (should do this *properly* sometime!) and tweaks to... X-Git-Tag: printmsg-purged~2 X-Git-Url: http://git.blackswordsonics.com/?a=commitdiff_plain;h=a9e60185657d3b3cf729567f9b696659de47914c;p=victrix-abyssi Title screen alignment tweaks (should do this *properly* sometime!) and tweaks to where press_enter() gets called at game end --- diff --git a/display-nc.cc b/display-nc.cc index 87d9128..bae2a8b 100644 --- a/display-nc.cc +++ b/display-nc.cc @@ -118,8 +118,8 @@ static void run_main_menu(void); /* Static funcs */ static void draw_main_menu(void) { - mvwprintw(fullscreen_window, 1, 18, "----====< Victrix Abyssi >====----\n"); - mvwprintw(fullscreen_window, 3, 20, "A roguelike game by Martin Read\n"); + mvwprintw(fullscreen_window, 1, 24, "----====< Victrix Abyssi >====----\n"); + mvwprintw(fullscreen_window, 3, 26, "A roguelike game by Martin Read\n"); mvwprintw(fullscreen_window, 10, 25, "S)tart new game\n"); mvwprintw(fullscreen_window, 11, 25, "R)esume existing game\n"); mvwprintw(fullscreen_window, 12, 25, "Q)uit\n"); @@ -1117,8 +1117,6 @@ void get_player_action(Action *act) */ int display_shutdown(void) { - display_update(); - press_enter(); clear(); refresh(); endwin(); diff --git a/notify-local-tty.cc b/notify-local-tty.cc index b3890af..62a7a21 100644 --- a/notify-local-tty.cc +++ b/notify-local-tty.cc @@ -88,6 +88,7 @@ void notify_death(Death d, char const *what) } print_msg("Your game lasted %d ticks.\n", game_tick); print_msg("You killed monsters worth %d experience.\n", u.experience); + press_enter(); } /*! \brief The player has gained a level