Display current filename in windows title

This seems to make sense since we have a pretty strong concept of the "active
file" that we are working on.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2012-09-15 05:29:12 -07:00
parent 1771500078
commit 65d9d48845
3 changed files with 16 additions and 4 deletions

1
dive.h
View file

@ -463,6 +463,7 @@ const char *monthname(int mon);
extern const char *star_strings[];
extern const char *default_filename;
extern char *existing_filename;
extern const char *subsurface_default_filename(void);
#define AIR_PERMILLE 209