Martin> + if (s == "Up" || s == "Down" || s == "Left" || s == "Right") Martin> + screen().showCursor(*bv_);
Of course testing directly keys is not acceptable, but we could imagine to have a LyXAction flag that tells whether an action requires a screen update... JMarc