Thanks Nick! I actually like the readline interface better than the ncurses interface (I know, I should have read the FM years ago...). I agree it may well be the ncurses library, not POY proper. If I figure something out about it, I'll let you know. But the incentive's gone now :-).
Best
-- Jan
Jan De Laet
P.s. For completeness, Mint17 does not come with readline. So here's what to do (src subdir once more):
make clean # clean up the previous compilation with ncurses
sudo apt-get install libreadline-dev
./configure --enable-interface=readline
make
sudo make install
========================================
Op 17 november 2014 schreef Nick om 18:20
----------------------------------------------------------------------