jit.cellblock: clear cell formatting
Is it possible to clear all specific cell formatting in a given [jit.cellblock]?
Formatting given via "cell" messages is retained even if a jit.cellblock's dimension is reduced to 1 cell then made larger.
I'm specifically looking for 2 options:
- a global "clear-formatting" message equivalent
- a message to a given individually formatted cell to become un-formatted, i.e. the specific format flag would be reverted to default.
Looks like the keyword "default" works, like 'cell 0 0 brgb default'. AFAIK, it's not documented.