Is it possible to make triggers match on incomplete lines?
What I mean is lines that are lacking a final newline.
My specific problem is a trigger that should disable certain timers when normal commands should not be entered, e.g. during editing a letter etc.
All is easily handled except
1) paused multiline output, identifyable by a line
"--MORE--" WITHOUT trailing newline
2) input or menu questions, looking like
"Selection [1,2,3,q,?] :" again WITHOUT trailing newline
The data is displayed in the output window but apparently won't be matched against triggers until it is completed with a newline...
What I mean is lines that are lacking a final newline.
My specific problem is a trigger that should disable certain timers when normal commands should not be entered, e.g. during editing a letter etc.
All is easily handled except
1) paused multiline output, identifyable by a line
"--MORE--" WITHOUT trailing newline
2) input or menu questions, looking like
"Selection [1,2,3,q,?] :" again WITHOUT trailing newline
The data is displayed in the output window but apparently won't be matched against triggers until it is completed with a newline...