Update TODO
authorMatthew Mondor <mmondor@rpi.xisop>
Thu, 7 Apr 2022 15:11:03 +0000 (11:11 -0400)
committerMatthew Mondor <mmondor@rpi.xisop>
Thu, 7 Apr 2022 15:11:03 +0000 (11:11 -0400)
MATT/TODO.txt

index 897fcc7..b597b62 100644 (file)
@@ -3,6 +3,10 @@ BUILD
 - make
 
 TODO
+- There's an apparent bug in utf8wc.c's utf8_split() function.
+  Does not appear to be used by analogterm itself but is included
+  as a module because of other functions in use.
+  See L1 and L2 usage with strncpy(3).
 - vt100 double line? $ printf '\033#3Foo\n\033#4Foo\n'
   It seems that this is not used with modern terminfo/curses
   applications.