This text has been written with texted program.
[4;31;13mKnown bugs or problems
[24;39;10m1	Basic sets the bit gravity of the window to NW. This lessens the flicker on text widget resize, but sometimes with large content the updates gets lagged and somehow out of sych. We get "double exposure", both old lines and new line positions are merged together (a mess). Control-L or expose events do clean out. No solution yet.
2	When setting a small font superscript or subscript to a large font, the displacement should be computed by the baseline font and not the subscript font? Now computed from the sub/superscript: [31;14mk[10mL2[39mK!
3	expose area of some characters that extend out of their box is not quite properly done (for example 'f' in times, and the ring  in ).
4	inserting text in superscript mode and going over line in that mode reveals difference in full and partial layout.
5	Implementation of [7minverse[27m has been changed to just flip the foreground and background [7;31mcolors[27;39m. This gives consistent results with colored texts, which the XOR method didn't, but it looks much uglier for normal text because the [7mwhite space[27m between words doesn't get inverted!
6	when cursor is at the last line of the text, it may generate constant area callbacks, if the window is tightly specified, should be fixed.
7	XeTextSaveAsFile exists, should there be equivalent XeTextLoadFrom file call for symmetry?
8	SelectAll only loads PRIMARY, no CUT_BUFFER0 set.
9	Cursor is not visible initially after load (TextEd)
10	ODA STAB (Selective tabulation) processing has gone broken.  Check someday.
[4;31;13mFeatures to implement?Texted ideas
[24;39;10m1	Add reset all SGR modes toggle.
2	Insert file?