]> git.neil.brown.name Git - edlib.git/commit
core-editor: embed ed_info in the struct pane
authorNeilBrown <neil@brown.name>
Tue, 4 Jul 2023 03:58:17 +0000 (13:58 +1000)
committerNeilBrown <neil@brown.name>
Wed, 12 Jul 2023 22:17:52 +0000 (08:17 +1000)
commit89a2c81e91e64840550ac12011f1eb5a3adb2f87
tree993031fe12556e077a1ee805d58f9b134cad93a2
parent2bb4631723bc366913330d240f4758f308dc6c35
core-editor: embed ed_info in the struct pane

This makes all content of ed_info just one pointer dereference away from
any pane.  We can start putting content that is current global, into
ed_info.

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