Changeset c79d50d in mainline for tools/xtui.py
- Timestamp:
- 2009-03-08T12:15:33Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4d29d01
- Parents:
- 71385d4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xtui.py
r71385d4f rc79d50d 257 257 elif (dialog): 258 258 call_dlg(dlgcmd, '--title', title, '--msgbox', msg, '6', str(width + width_extra)) 259 260 sys.stdout.write("\n%s: %s\n" % (title, msg))259 else: 260 sys.stdout.write("\n%s: %s\n" % (title, msg))
Note:
See TracChangeset
for help on using the changeset viewer.