1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
INSTALL FOR OLIVE
-----------------
Follow the instructions in ./docs/start.html BUT...
If you want the keystroke-based poll inactivity feature (prevents feed
polling from occurring for 30s after your last keypress) to work,
you'll need to patch your C::UI install.
>>> NOTE: If you have patched UI.pm, there is <<<
>>> no need to do so again. <<<
Locate your copy of Curses::UI. Good places to look are:
/usr/share/perl/Curses/UI.pm
/usr/local/share/perl/5.x.x/Curses/UI.pm
Once found, apply the included diff. Example:
patch /usr/share/perl/Curses/UI.pm UI.pm.diff
This patch is now in the CVS version of Curses::UI, but is not yet
in a public release.
|