1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-14 17:47:33 -05:00

Remember which file a session was opened from, so it can be the default one

to save back to.

[originally from svn r2648]
This commit is contained in:
Ben Harris
2003-01-18 20:52:59 +00:00
parent 99c1029649
commit 3afb0f5da8
2 changed files with 22 additions and 4 deletions

View File

@ -80,6 +80,8 @@ typedef struct Session {
int raw_mouse;
UnicodeToTextInfo uni_to_font; /* Only one of uni_to_font and */
charset_t font_charset; /* font_charset is used at a time. */
int hasfile;
FSSpec savefile;
} Session;
extern Session *sesslist;