mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Added PROCESS_REC to fe-exec.h and perl support for it. "exec new" and
"exec remove" sends PROCESS_REC as first argument. Added "exec input" signal to perl. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1212 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ea4dea38c0
commit
f4aef7c706
4 changed files with 70 additions and 40 deletions
|
|
@ -43,6 +43,7 @@ while (<STDIN>) {
|
|||
# fe-common
|
||||
s/THEME_REC[^,]*/Irssi::Theme/g;
|
||||
s/KEYINFO_REC[^,]*/Irssi::Keyinfo/g;
|
||||
s/PROCESS_REC[^,]*/Irssi::Process/g;
|
||||
s/WINDOW_REC[^,]*/Irssi::Window/g;
|
||||
s/WI_ITEM_REC[^,]*/iobject/g;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue