orus-dev / osui

A Component-based TUI library written in go!
Apache License 2.0
1 stars 0 forks source link

Terminal position indicator not showing up after running any osui application #2

Open RudideC opened 1 hour ago

RudideC commented 1 hour ago

When developing my application I noticed that the position indicator (the white bar that shows where you are typing in the terminal) would no longer show up after running the application. I thought this issue was due to some libraries I was using, but after running fefek's code and seeing how he has the same issue I am very confident that this problem is osui related.

My best guess is that the indicator is removed when rendering ui

RudideC commented 1 hour ago

I'll work on this later

kleo-dev commented 1 hour ago

I'll check up on this too. I think i might have changed a hit of code in the InputBox. Not 100% sure tho