summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-exec.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-11-19 20:37:55 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-11-19 20:37:55 +0000
commit360083dea8cdee61f61ef35ab65a70b67eba48d4 (patch)
treeafe09744271b6017e6d8f2cc5da690bcd2aef280 /src/fe-common/core/fe-exec.h
parent0ffcbdc9b4d7bf247a6ee0f7884f0648072f94d5 (diff)
downloadirssi-360083dea8cdee61f61ef35ab65a70b67eba48d4.zip
Added /EXEC -level option.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2096 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core/fe-exec.h')
-rw-r--r--src/fe-common/core/fe-exec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-common/core/fe-exec.h b/src/fe-common/core/fe-exec.h
index 7f569ece..e82a4c7e 100644
--- a/src/fe-common/core/fe-exec.h
+++ b/src/fe-common/core/fe-exec.h
@@ -30,6 +30,7 @@ struct PROCESS_REC {
LINEBUF_REC *databuf;
int read_tag;
+ int level; /* what level to use when printing the text */
char *target; /* send text with /msg <target> ... */
WINDOW_REC *target_win; /* print text to this window */
EXEC_WI_REC *target_item; /* print text to this exec window item */