commit | 1cc9e08d2fbd59e34cf5009acd5067a6b171c20a | [log] [tgz] |
---|---|---|
author | Jan Arne Petersen <jpetersen@openismus.com> | Thu Jan 31 15:52:23 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Feb 15 17:08:01 2013 -0500 |
tree | 2ca0e325d7c01c357d8d85174b15006054c26ed2 | |
parent | 964b517c9b39d9655257c3968c32c0fb81be9613 [diff] |
text: Split out cursor_position 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 commit_string event. Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>