]> git.neil.brown.name Git - edlib.git/commit
Revisions to pane_refresh
authorNeilBrown <neil@brown.name>
Fri, 11 Dec 2015 22:55:58 +0000 (09:55 +1100)
committerNeilBrown <neil@brown.name>
Fri, 11 Dec 2015 22:55:58 +0000 (09:55 +1100)
commitddbbef2e8d6556effd9855a078331e36651916cc
tree6b4ba053d6c4e83c9447c9a3aefb4a65aa36340b
parent0a91ff15c4b62a4ae2e4b0cb4b2384df16bdfd24
Revisions to pane_refresh

Instead of passing a pointer to a struct which is then copied and
otherwise (largely) unused, just pass the struct by-value.

Also change the setting of some fields that isn't needed as they
cannot have been changed.

And never use a ci again after it has been passed to a command.

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