Fernando Herrera
Fernando Herrera
Im wondering if we should show the whole hint or only the first row when you are at the bottom
It does scroll but what should it do if the suggestion is bigger than the terminal?
it isnt related to being large, but to parse something close to the lower edge of the terminal. Try pasting a small json but with the prompt at the bottom...
I knew this one was going to bite us back. In reedline we decided to case ignore all inputs and change the case based on the modifier. It seems that...
Not really. @DhruvDh when you say the list menu doesn't work, what do you mean?
I see what is happening. The list type of menu doesn't take as input what is already written, but what you write after you activate it. Try to trigger the...
This is s good idea. There should be an option for middle as well
Now that I read it again, I'm wondering what would happen is we could fix the position in the active input row. Say that the input is always on top...
What a shame. It would have been a good feature to have
I must confess I have no idea how crossterm work. I need to do a bit of research to see how I can help there