diff options
author | Timo Sirainen <cras@irssi.org> | 2000-06-15 23:00:52 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-06-15 23:00:52 +0000 |
commit | bc8848f96545b6e074fedfdccf125b896261287b (patch) | |
tree | 6bce9746a434d6e7080a8050d49c1a2c9104d25a /src/fe-text/gui-windows.h | |
parent | cf75515274e9d20c48a2d40300981e7f2c5a0726 (diff) | |
download | irssi-bc8848f96545b6e074fedfdccf125b896261287b.zip |
/LAST -away checks only lines that came after last time you went away.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@355 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/gui-windows.h')
-rw-r--r-- | src/fe-text/gui-windows.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fe-text/gui-windows.h b/src/fe-text/gui-windows.h index 137f0067..b3088731 100644 --- a/src/fe-text/gui-windows.h +++ b/src/fe-text/gui-windows.h @@ -72,6 +72,10 @@ typedef struct { a screenful when started or used /CLEAR */ int bottom; /* window is at the bottom of the text buffer */ + /* For /LAST -new and -away */ + GList *lastlog_last_check; + GList *lastlog_last_away; + /* for gui-printtext.c */ int last_subline; int last_color, last_flags; |