mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
/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
This commit is contained in:
parent
cf75515274
commit
bc8848f965
3 changed files with 60 additions and 35 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue