mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Finally - /^msg nick never autocreates an empty window anymore. Added new
extern int command_hide_output which can be used to check if /^ was used. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2839 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d1e55d91b7
commit
5cfaa5bb7a
5 changed files with 20 additions and 9 deletions
9
src/fe-common/core/fe-core-commands.h
Normal file
9
src/fe-common/core/fe-core-commands.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef __FE_CORE_COMMANDS_H
|
||||
#define __FE_CORE_COMMANDS_H
|
||||
|
||||
extern int command_hide_output;
|
||||
|
||||
void fe_core_commands_init(void);
|
||||
void fe_core_commands_deinit(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue