Closed dankox closed 3 years ago
Fprint into the View doesn't scroll correctly content if Autoscroll and Wrap are turned on.
Autoscroll
Wrap
It's caused by using incorrect slice when checking length of lines if the content should be scrolled and how much.
There is new test for this called wrap_autorscroll.go which adds content to the view when hitting Tab key.
wrap_autorscroll.go
Tab
could you please make a new release with this fix?
Ofc, here you go v1.0.1
Fprint into the View doesn't scroll correctly content if
Autoscroll
andWrap
are turned on.It's caused by using incorrect slice when checking length of lines if the content should be scrolled and how much.
There is new test for this called
wrap_autorscroll.go
which adds content to the view when hittingTab
key.