View Single Post
Old 08-31-2013, 07:57 AM   #2
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
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.

Last edited by twobob; 08-31-2013 at 08:01 AM.
twobob is offline   Reply With Quote