SHOWME
Command: #show {string} {row} {col}
Display the string to the terminal, do not send to the server. Useful
for status, warnings, etc. The {row} and col number are optional and
work the same way as the row number of the #prompt trigger.
Actions can be triggered by the show command. If you want to avoid
this from happening use: #line ignore #show {<string>}.
Example: #tick {TICK} {#delay 50 #show 10 SECONDS TO TICK!!!} {60}
Comment: The #prompt helpfile contains more information on using the
option {row} and {col} arguments.
Related: buffer, draw, echo, grep and prompt.
|