summary refs log tree commit diff
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-06-12 05:19:58 +0300
committerNakidai <nakidai@disroot.org>2025-06-12 05:19:58 +0300
commita62b26565d595f292f17bdd6d36a4148de446bb6 (patch)
tree368cd5d25a43c52e62fd89e3021a418c2a1a07c9
parentdd8cf989adff95c2adb41941f6cc67e706825172 (diff)
downloadfp-a62b26565d595f292f17bdd6d36a4148de446bb6.tar.gz
fp-a62b26565d595f292f17bdd6d36a4148de446bb6.zip
Add TODO v1.0.0
-rw-r--r--fp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fp.c b/fp.c
index bb5e8a4..7a05801 100644
--- a/fp.c
+++ b/fp.c
@@ -150,6 +150,7 @@ int main(int argc, char **argv)
 	char buf[NAME_MAX+1] = {0};
 	size_t bufi = 0;
 
+	/* TODO: maybe add support for multibyte characters */
 	for (int ch; (ch = getch()); render(buf, bufi))
 		switch (ch)
 		{