gizak/termui

Add option to autoscroll Paragraph when appending text

Open

#125 opened on 2017年2月23日

GitHub で見る
 (2 comments) (4 reactions) (0 assignees)Go (10,710 stars) (679 forks)batch import
enhancementgood first issue

説明

Hey,

I noticed there doesn't seem to be any kind of autoscroll feature when inserting new text with par.Text += "Text\n" and it is at the bottom. It would be nice to have this boolean available.

Also, it doesn't seem to be possible to not wrap text inside the par (when using the layout at least). Meaning, text will wrap as you decrease the width. This works fine with lists though.

Thanks

コントリビューターガイド