Register a Continuous handler.
Continuous handlers are event handlers that are called "as often as possible".
If there is nothing else to do, Kirikiri continues to call the Continuous handler.
If another event occurs, that priority has priority.
However, if the call frequency is specified by the command line option -contfreq, it will be followed.