gizak/termui

Add option to autoscroll Paragraph when appending text

Open

#125 opened on Feb 23, 2017

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

Description

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

Contributor guide