Re: [PATCH 5/5] text: Split out cursor_position

2013-02-01 Thread Yichao Yu
On Thu, Jan 31, 2013 at 9:52 AM, Jan Arne Petersen wrote: > From: Jan Arne Petersen > > Add an extra cursor_position, which also allows to change the anchor > (for slections). Change the index type to int to allow setting it before > the beginning of a commited string. > > The cursor should not b

[PATCH 5/5] text: Split out cursor_position

2013-01-31 Thread Jan Arne Petersen
From: Jan Arne Petersen Add an extra cursor_position, which also allows to change the anchor (for slections). Change the index type to int to allow setting it before the beginning of a commited string. The cursor should not be moved as a direct repsonse to this event but atomically on the next c