-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Input Box too Tall in latest update #3340
Copy link
Copy link
Open
Labels
area:input-keyboardKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputarea:terminal-renderingDisplay and rendering: flickering, scrolling, line wrapping, output formattingDisplay and rendering: flickering, scrolling, line wrapping, output formatting
Metadata
Metadata
Assignees
Labels
area:input-keyboardKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputarea:terminal-renderingDisplay and rendering: flickering, scrolling, line wrapping, output formattingDisplay and rendering: flickering, scrolling, line wrapping, output formatting
Type
Fields
Give feedbackNo fields configured for Bug.
Describe the bug
The input box is now taller, occupying more space in the screen than what it used to ... it used to be just as tall to have one single line, which was already tall enough for me...
Now
Before
I don't actually like to use the native input box for regular prompts anyways, I have a custom neovim configuration that allows me to use my neovim buffer to write the prompt and then send it to copilot via automated copy-paste, having this big input box is such an inconvenience for me, couple solutions:
Affected version
GitHub Copilot CLI 1.0.49-0
Steps to reproduce the behavior
just open copilot cli
Expected behavior
the input box used to be thinner, now is too tall and there is no way for us the users to configure this apparently, I understand there may be different use cases, but also due to that, at least please make this setting configurable by the user ...
Additional context
No response