|
From: Mojca M. <moj...@gm...> - 2015-08-04 08:17:55
|
Dear developers,
Would it be possible to include the attached patch for detecting the
need of mouse support in caca.trm?
Of course one would also need to patch caca.trm itself, but I'm not
sure which portions exactly need an explicit
#ifdef USE_MOUSE
as some events might be triggered by the keyboard and I'm not familiar
enough with the code enough to be able to guarantee the correctness of
my workaround/solution.
Mojca
(PS: This just made me wonder about one thing: what exactly is the
point of "#ifdef USE_MOUSE" being used in terminals such as X11, QT
etc. [outside of TERM_TABLE_START that is] if there is actually no way
to turn the mouse support off? Not that anyone would really want to
turn it off, but ...)
|