-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic when scrolling #731
Comments
@jeevithakannan2 its not a linutil issue i would just leave it how it is until it gets fixed in vt100 |
actually, it looks like vt100 hasnt been updated in a year, maybe we should fix this 😆 i wouldnt be saying this if it was being actively updated though |
Yeah it is not active that's why I created a issue here to get feedback. I could fork the vt100 and apply the fixes. Making our own version of vt100 |
we should let Chris decide |
we should add keybindings for arrow keys as well |
once this gets fixed |
Adding key bindings for arrowkeys is bad as we use up and down keys in scripts |
j and k dont work when running scripts neither do arrow keys, + arrow keys is a good addition to avoid conflicts with j and k |
@ChrisTitusTech i summon you |
Well shit. I guess for now we can remove scroll and if have the means to fix or fork we can do that in the future. |
if we were to remove scroll, i'd not remove code but turn scroll into an optional feature |
i'll research this issue in some time. maybe there's a workaround |
mproc-vt100 looks like a recently updated fork, idk how much they've refactored the api |
Will keep this issue open until the scroll feature is fixed. Until then we should remove it. Just 6 lines of code is not a big deal. The biggest issue here is if a command is running and a panic happens the child is not killed leading to potential issues. |
I looked at a bunch of forks the tui-term does not run with forks. Need to sort this out |
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Additional context
Workarounds
linutil/tui/src/running_command.rs
Line 256 in d3a801d
Solution
Checklist
The text was updated successfully, but these errors were encountered: