Mercurial > hg > early-roguelike
comparison urogue/command.c @ 267:911f0aa6e758
UltraRogue: flush output when exiting.
author | John "Elwin" Edwards |
---|---|
date | Sun, 26 Feb 2017 14:58:49 -0500 |
parents | c495a4f288c6 |
children | 88bd51f231e7 |
comparison
equal
deleted
inserted
replaced
266:08489644940b | 267:911f0aa6e758 |
---|---|
364 if (save_game()) | 364 if (save_game()) |
365 { | 365 { |
366 wclear(cw); | 366 wclear(cw); |
367 wrefresh(cw); | 367 wrefresh(cw); |
368 endwin(); | 368 endwin(); |
369 printf("\n"); | |
369 exit(0); | 370 exit(0); |
370 } | 371 } |
371 break; | 372 break; |
372 | 373 |
373 /* | 374 /* |