mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
support for +O mode
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1465 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4c8ad5a4c5
commit
88bfb3bf1e
2 changed files with 3 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
/* modes that have argument always */
|
||||
#define HAS_MODE_ARG_ALWAYS(mode) \
|
||||
((mode) == 'b' || (mode) == 'e' || (mode) == 'I' || \
|
||||
(mode) == 'o' || (mode) == 'h' || (mode) == 'v' || (mode) == 'k')
|
||||
((mode) == 'b' || (mode) == 'e' || (mode) == 'I' || (mode) == 'k' || \
|
||||
(mode) == 'o' || (mode) == 'h' || (mode) == 'v' || (mode) == 'O')
|
||||
|
||||
/* modes that have argument when being set (+) */
|
||||
#define HAS_MODE_ARG_SET(mode) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue