Rename appointment/event-related UI functions
* Rename "interaction.c" to "ui-day.c" since it no longer contains todo-related UI functions. * Rename appointment/event-related UI functions to ui_day_*(). Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -21,7 +21,6 @@ calcurse_SOURCES = \
|
||||
getstring.c \
|
||||
help.c \
|
||||
ical.c \
|
||||
interaction.c \
|
||||
io.c \
|
||||
keys.c \
|
||||
llist.c \
|
||||
@@ -32,6 +31,7 @@ calcurse_SOURCES = \
|
||||
sha1.c \
|
||||
sigs.c \
|
||||
todo.c \
|
||||
ui-day.c \
|
||||
ui-todo.c \
|
||||
utf8.c \
|
||||
utils.c \
|
||||
|
||||
Reference in New Issue
Block a user