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
{{ message }}
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.
When scrolling through messages fast enough, the screen will start delaying from the inputs, meaning, if you focus the message container and hold Up for a bit, then, say, hold Down, it'll take a second before it actually starts going down
Error output
How do you reproduce this bug
Go into a channel with a bunch of messages
Focus message container
hold Up for a little bit
Release and then hold Down
Wait and observe
System information
Key
Value
OS
TODO Artix Linux
Architecture
TODO amd64
Terminal
TODO kitty
The text was updated successfully, but these errors were encountered:
The problem is that tview#TextView was being abused to do all kinds of rendering, selection and whatnot. I'd advise writing a completly custom component that's optimized for the usecase. It'd also allow to fix some other bugs that exist right now, such as the faulty code highlighting and the inability to control textwrap.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How have you installed gord
What happened
When scrolling through messages fast enough, the screen will start delaying from the inputs, meaning, if you focus the message container and hold Up for a bit, then, say, hold Down, it'll take a second before it actually starts going down
Error output
How do you reproduce this bug
System information
The text was updated successfully, but these errors were encountered: