Re: Text Area

Marc Strämke <[email protected]> Sun, 05 Oct 2003 12:41:28 +0200
Newsgroups gmane.comp.embedded.stk.gui.devel
Message-ID <[email protected]>
Thats basicly ok with me, for a simple text area. One remark though '\n' 
might not be safe with unicode, you have to consult the standard there.
Christopher Slade wrote:
> I am just posting this to get some feedback on what I have decided to do
> with the text area.
> 
> 1. Pressing Enter in the text area will put a new line in the text.
> 2. The next line character will be '\n'.
> 3. I will try to implement a word wrap.
> 
> Is this okay with every one?  Is there any thing else you want?
> 
> Thanks, Chris

ps.
Nice to see someone else doing stuff on stk :)