summary refs log tree commit diff
path: root/fp.c
diff options
context:
space:
mode:
Diffstat (limited to 'fp.c')
-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)
 		{