Re: [Haskell-cafe] ANNOUNCE: vty-ui 0.1
1 Oct
2009
1 Oct
'09
3:23 p.m.
Am I correct in saying that the collection of widgets contains a single widget type so far? ;-)
Technically, four; vertical and horizontal boxes, a text string widget, and the List you mentioned. It only has a few types because I was just releasing early. I'm going to start using this in a project and add things as needed.
The list widget looks useful, does it handle multi-line strings (i.e. strings with a "\n")?
It currently only handles single-line strings but I'd actually like to generalize it to take a list of Widget instances (possibly with restrictions). -- Jonathan Daugherty
6175
Age (days ago)
6175
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jonathan Daugherty