Merge branch 'master' of git://localhost/acess2
[tpg/acess2.git] / Usermode / Applications / gui_ate_src / main.c
index 9ac37f7..032a968 100644 (file)
@@ -10,6 +10,7 @@
 #include <axwin3/menu.h>
 #include <axwin3/richtext.h>
 #include <stdio.h>
+#include "strings.h"
 
 // === PROTOTYPES ===
  int   main(int argc, char *argv[]);
@@ -73,7 +74,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