]> git.tdb.fi Git - poefilter.git/commit
Add show flag to filter blocks
authorMikko Rasa <tdb@tdb.fi>
Tue, 14 Aug 2018 23:53:01 +0000 (02:53 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 15 Aug 2018 00:02:21 +0000 (03:02 +0300)
commit873663c883acac8b3641fb58488fe78ad96dba1b
tree09dc36bdca727a3ad758c9a84aa0ad2d7f6d6f7d
parentc5005fef005eb3b34a656a3e669347e96a3455cf
Add show flag to filter blocks

The hide statement no longer erases blocks from the filter but rather
adds blocks with the hide command.  A new cancel statement does what
hide used to do.  The default hide command at the end has been removed
and must be explicitly defined in filters.
source/filter.cpp
source/filter.h