Author: matt
Date: 2010-11-06 10:51:00 -0700 (Sat, 06 Nov 2010)
New Revision: 7805
Log:
Minor changes of Fl_Text_Editor.

Modified:
   branches/branch-1.3/src/Fl_Text_Editor.cxx

Modified: branches/branch-1.3/src/Fl_Text_Editor.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Text_Editor.cxx  2010-11-06 17:20:32 UTC (rev 
7804)
+++ branches/branch-1.3/src/Fl_Text_Editor.cxx  2010-11-06 17:51:00 UTC (rev 
7805)
@@ -234,6 +234,7 @@
 
 /** Inserts the text associated with the key */
 int Fl_Text_Editor::kf_default(int c, Fl_Text_Editor* e) {
+  // FIXME: this function is a mess! Fix this!
   if (!c || (!isprint(c) && c != '\t')) return 0;
   char s[2] = "\0";
   s[0] = (char)c;

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to