]> git.neil.brown.name Git - edlib.git/commit
Move the authoritative 'point' out of the pane and into the doc_data.
authorNeilBrown <neil@brown.name>
Sun, 29 Nov 2015 21:50:58 +0000 (08:50 +1100)
committerNeilBrown <neil@brown.name>
Tue, 1 Dec 2015 06:20:11 +0000 (17:20 +1100)
commit52780b336a46654163e0d34204a0aad0da5fdf33
treec609ad17e4a853e8afecaba8ed5394fdab92e261
parent1fe9d6f60928e668fa1d0ff0f5bb4916c27d7931
Move the authoritative 'point' out of the pane and into the doc_data.

This seems a more sensible location.
The point still exists in the pane as it is very useful, but this is
now just a 'borrowed' pointer.

This required changing doc_attr to only examine a single pane.
Probably makes sense for now.

Next patch will make changes to how points in panes are managed.

Signed-off-by: NeilBrown <neil@brown.name>
core-doc.c
core-keymap.c
core-pane.c
core.h
doc-text.c