Michael DeHaan wrote:
Greg Swift wrote:

I
decided to take a look at newt because it is used by several pieces of
Fedora/RHEL already (such as system-config-network-tui).  After
playing with it though I think the Newt Library needs some work as
well (I could just be to picky, but it looks like trying to use a
Widget with a Grid causes Segmentation Faults across multiple versions
which was the first example in a howto i found).
Yikes :)   I vote for using the one that doesn't segfault :)

Newt is a pretty thin wrapper around slang/curses, so it tends to
do things like segfault if you try to add 5 widgets to a container widget
that can only hold 4.

Makes doing newt apps loads of fun to debug.


Adrian

_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to