]> git.neil.brown.name Git - edlib.git/commit
render-line: use attrs to return prefix-len and xyattr.
authorNeilBrown <neil@brown.name>
Sun, 21 Jun 2020 11:11:30 +0000 (21:11 +1000)
committerNeilBrown <neil@brown.name>
Sat, 1 Aug 2020 23:29:00 +0000 (09:29 +1000)
commit2a4baf8aa9edf2c069cc025b8f7275597a37dc7c
tree96bc0b5eaae1bef0b21ffd91cdb475750461480c
parent5285bf0f18b3c4b766afdd23c97431335ac5e926
render-line: use attrs to return prefix-len and xyattr.

It is untidy having render-line:get rather than the more convential
approach of using attributes.
So switch to get-attr.

Also change pane_attr_get_int() to take a 'default' arg.

Signed-off-by: NeilBrown <neil@brown.name>
core.h
lib-renderline.c
lib-view.c
render-lines.c