Re: [Pgui-devel] Textedit and Textbox tab handling
On Thu, Nov 07, 2002 at 03:07:08PM +0100, Pascal Bauermeister wrote: ... > Micah, I haven't yet examined the in detail the textbox widget, but > AFAIK it just replaces tab by a space. Is the horizontal text position > easily available when measure_char() is used ? Yeah, right now paragraph_decode
[Pgui-devel] Textedit and Textbox tab handling
Hello Chuck, I investigated a bit on correcting the tab bug by modifying textedit_str_size() as follows: void textedit_str_size ( struct widget *self, TEXTEDIT_UCHAR * txt, size_t len, ==>s16 xpos,
