aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
diff options
context:
space:
mode:
authorLars Henriksen <LarsHenriksen@get2net.dk>2018-05-28 21:07:49 +0200
committerLukas Fleischer <lfleischer@calcurse.org>2018-06-03 11:24:37 +0200
commit431e4a00e7792d3421c7122c32ca5df81505caf3 (patch)
treeabb8f23f7efc9bb9b22cb8d598f31a223e9cc7ca /src/calcurse.h
parent30f411257ad3bc233184c08b846a2980a9c5d1f0 (diff)
downloadcalcurse-431e4a00e7792d3421c7122c32ca5df81505caf3.tar.gz
calcurse-431e4a00e7792d3421c7122c32ca5df81505caf3.zip
Rename utf8_ord() to utf8_decode()
Purely for readability and in preparation for the counterpart utf8_encode(). Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r--src/calcurse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calcurse.h b/src/calcurse.h
index e5af531..c362055 100644
--- a/src/calcurse.h
+++ b/src/calcurse.h
@@ -1115,7 +1115,7 @@ int ui_todo_get_view(void);
void ui_todo_set_view(int);
/* utf8.c */
-int utf8_ord(const char *);
+int utf8_decode(const char *);
int utf8_width(char *);
int utf8_strwidth(char *);
int utf8_chop(char *, int);