You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to use Fprintf() on a view using the following code, nothing appears. It seems as if the view is rendering outside of the actual frame?
Trigger printToView() which calls fmt.Fprintf on a view
Profit
Expected behavior
The printed string would appear inside of the view being updated
Environment (please complete the following information):
OS: Linux imogene 5.11.19-1-MANJARO Add community documents #1 SMP PREEMPT Fri May 7 17:34:25 UTC 2021 x86_64 GNU/Linux
Version: go version go1.16.4 linux/amd64
Additional context
Not sure if this is due to recent changes or not; there were 3 code changes I had to make in order to get the code to build with the updated version of gocui. Seems like if I output enough to Fprintf() it'll EVENTUALLY show what I originally printed, but there's a hidden buffer of things I've printed waiting to actually render.
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to use Fprintf() on a view using the following code, nothing appears. It seems as if the view is rendering outside of the actual frame?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The printed string would appear inside of the view being updated
Environment (please complete the following information):
Additional context
Not sure if this is due to recent changes or not; there were 3 code changes I had to make in order to get the code to build with the updated version of gocui. Seems like if I output enough to Fprintf() it'll EVENTUALLY show what I originally printed, but there's a hidden buffer of things I've printed waiting to actually render.
The text was updated successfully, but these errors were encountered: