urwid
有许多不同的小部件,可以显示文本,窗口大小为few ways to format the text。如何格式化窗口小部件的文本以包装第一行并截断第二行?具体来说:
`a rather long string that is wrapped on the first line and clipped on the second'
(window boundary)
|-------------------------------------|
|a rather long string that is wrapped |
|on the first line and clipped on t...|
|-------------------------------------|
当然这可以通过计算字符来手动完成,但这会很快变得难看,尤其是。窗口调整大小。