diff --git a/Changelog b/Changelog index 5c5ab05..4cf5e32 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +1.4.3 (???) + * Make ttyplay use the 'strip' value it remembered from last view. + 1.4.2 (2004/02/22) * Add a compile-time option to define a static location to look for a configuration file. Will ALWAYS override defconfig values diff --git a/ttyplay.c b/ttyplay.c index 888b6ba..7dc38ad 100644 --- a/ttyplay.c +++ b/ttyplay.c @@ -378,7 +378,7 @@ ttyplay_main (char *ttyfile, int mode) FILE *input = stdin; struct termios old, new; - populate_gfx_array (NO_GRAPHICS); + populate_gfx_array (stripped); seek_offset_clrscr = 0;