Partially revert b627b870, which broke cursor movement.

This commit is contained in:
Richard Heck 2015-02-24 20:04:10 -05:00
parent 8aa37c43a1
commit 94a5481a17

View File

@ -476,7 +476,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
cur.noScreenUpdate();
LBUFERR(this == cur.text());
CursorSlice const & oldTopSlice = cur.top();
CursorSlice const oldTopSlice = cur.top();
bool const oldBoundary = cur.boundary();
bool const oldSelection = cur.selection();
// Signals that, even if needsUpdate == false, an update of the