Split line editing functions into separate file

Move getstring() related stuff into a separate file as a first step on
our way to UTF-8 support for line editing helpers.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2011-06-01 20:57:19 +02:00
parent 271457b7a4
commit edc20ba443
4 changed files with 225 additions and 185 deletions

View File

@@ -14,6 +14,7 @@ calcurse_SOURCES = \
custom.c \
day.c \
event.c \
getstring.c \
help.c \
io.c \
keys.c \