Kernel - Fixed stupid bug in utf-8 code (mirrored in userland)
[tpg/acess2.git] / Usermode / Applications / gui_ate_src / main.c
index 9ac37f7..a6ed8aa 100644 (file)
@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
        // <testing>
        AxWin3_RichText_SetLineCount(gMainWindow_TextArea, 3);
        AxWin3_RichText_SendLine(gMainWindow_TextArea, 0, "First line!");
-       AxWin3_RichText_SendLine(gMainWindow_TextArea, 2, "Third line!, should be a nice gap above");
+       AxWin3_RichText_SendLine(gMainWindow_TextArea, 2, "Third line! \x01""ff0000A red");
        // </testing>
 
        AxWin3_ShowWindow(gMainWindow_TextArea, 1);

UCC git Repository :: git.ucc.asn.au