-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Here is some sample code, using yast-python-bindings.
If you run that against qt, all the text in the MultiLineEdit is captured and printed to the log:
/usr/lib/YaST2/bin/y2base ./MultiLineEdit.py qt
2019-08-01 16:45:15 <3> linux-s6h5(19775) [Python] MultiLineEdit.py():16 this is the testing text
But if you run it against ncurses UI, only the first word is captured:
/usr/lib/YaST2/bin/y2base ./MultiLineEdit.py ncurses
2019-08-01 16:43:23 <3> linux-s6h5(19743) [Python] MultiLineEdit.py():16 this
Metadata
Metadata
Assignees
Labels
No labels