line 301
void reset_terminal(GtkWidget *widget, gpointer terminal){
vte_terminal_reset(terminal, TRUE, TRUE);
}
https://github.com/bfabiszewski/kter...master/kterm.c
I suppose there are a few options
The least calorie one/more annoying one being:
"Press top left of terminal window and select RESET TERMINAL (or REVERSE COLORS)"
A more advanced approach might be to link that to a single gesture or to alternate two calls to the color inversion to fake a full flash.
Failing that you could link the call to some nominal amount of interaction or timescale.
etc.