On 14 Dec 2011, at 15:48, Greg Ercolano wrote:
> Seems like both ideas would perhaps be useful,. > Certainly html is more readable when inlined in code: > > const char *msg = "<b>Alert!</b><br>Your printer is on fire"; > vs. > #define BOLD_ON "\e[1m" > #define BOLD_OFF "\e[0m" > const char *msg = BOLD_ON "Alert!" BOLD_OFF "\nYour printer is on > fire"; Ah, but I see <ESC>[1m and I think "Bold", <ESC>[0m and I think "attributes off"... Maybe that's just me... _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
