1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Add ability to configure the initial window title

[originally from svn r661]
This commit is contained in:
Simon Tatham
2000-10-02 12:24:58 +00:00
parent 4a2ea18a51
commit 7fc8ef792f
6 changed files with 115 additions and 58 deletions

View File

@ -163,6 +163,7 @@ typedef struct {
int alt_space; /* is it special? */
int ldisc_term;
int scroll_on_key;
char wintitle[256]; /* initial window title */
/* Terminal options */
int savelines;
int dec_om;