text: move higher level utility functions to separate file
commit7abe45b5ea0e051b0510a5efc56b1a3d5f22da6a
authorMarc André Tanner <mat@brain-dump.org>
Fri, 9 Oct 2020 10:28:26 +0000 (9 12:28 +0200)
committerMarc André Tanner <mat@brain-dump.org>
Sat, 10 Oct 2020 09:40:35 +0000 (10 11:40 +0200)
tree09470fb0de24ee63d28a80f1d5be929623e7e433
parentdc73a99a0cdc6370e3428c39cab28e97aac745a4
text: move higher level utility functions to separate file

The moved functions do not need access to internals of text.c, but
instead use the public interfaces. Splitting them out should facilitate
experimentation with different core text management data structures.
Makefile
text-common.c [new file with mode: 0644]
text.c