summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 3272b1c..fa82609 100644
--- a/src/window.h
+++ b/src/window.h
@@ -42,6 +42,7 @@ struct NewWindow
char *dir; /* directory for chdir */
char *term; /* TERM to be set instead of "screen" */
int aflag;
+ int dynamicaka;
int flowflag;
int lflag;
int histheight;
@@ -159,6 +160,7 @@ struct win
char w_outbuf[IOSIZE];
int w_outlen;
int w_aflag; /* (-a option) */
+ int w_dynamicaka; /* should we change name */
char *w_title; /* name of the window */
char *w_akachange; /* autoaka hack */
char w_akabuf[MAXSTR]; /* aka buffer */