]> git.neil.brown.name Git - edlib.git/commit
Change doc:step to return character directly.
authorNeilBrown <neil@brown.name>
Tue, 8 Dec 2015 00:33:08 +0000 (11:33 +1100)
committerNeilBrown <neil@brown.name>
Wed, 9 Dec 2015 23:00:50 +0000 (10:00 +1100)
commit65dde00f70eb5665455a18fcae5bafa7a2c976c8
treeb51e8135ef7e889eb946c03a597474076b293714
parent811de78ddf8b7521a739837068ae5112b097c898
Change doc:step to return character directly.

Don't use ci for returing things.

As a char could be zero and WEOF could appear negative,
use high bits to make the number look positive.

Signed-off-by: NeilBrown <neil@brown.name>
core-doc.c
core-mark.c
doc-dir.c
doc-text.c