]> Kevux Git Server - fll/commit
Update: the print functions should increment by utf-8 char width and not 1
authorKevin Day <thekevinday@gmail.com>
Mon, 20 Apr 2020 04:53:54 +0000 (23:53 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 20 Apr 2020 04:53:54 +0000 (23:53 -0500)
commit0fd42f80ef1a84cc6a67453187fb8867fe1a5e3c
treec4168d18fb6a4b2c5f8fa08d9328d5882cbdd68d
parent215da7f80a3846ffc8215fb82e061eb5f33de195
Update: the print functions should increment by utf-8 char width and not 1

The UTF-8 character may be of a width greater than 1.
The loop must increment by this width and not the literal 1.
level_1/fl_print/c/print.c