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
problem with scroll after <TAB><TAB> if the filename is too long #2557
Comments
Try using the latest fish, the fish version that you are using have bad completion:
|
I've compiled and installed the git version and same problem. |
I cannot reproduce that. |
I've tested with XTerm, LXTerminal and gnome-terminal. In all of them it fails. |
I use st, but I don't find any problem. |
Tested with st and same problem. |
I can't reproduce it, I am using arch on arm architecture. |
PC Intel 64 bits. |
That is strange. What is your locale set to? The output of |
Same problem with Arch Linux 64 bits.
|
@simonbcn: Which completion are you having this issue with? All of them? Just a file completion? Because in the original report there's It's also possible that it's a purely visual issue with file completion where a single file runs longer than a line. |
I get something like this, and as far as I can tell it is related to completion options using more than one line. @simonbcn: Does this improve if you make your terminal wider? |
@simonbcn: Look carefully - in your failed example, it goes over the line, because one directories' name is too long. That doesn't happen in the passing one. And I'll bet that's what triggers it. |
ok, that is the bug. I change the title of this issue. |
Does this still happen? |
Steps to reproduce this independent of terminal size with
|
I can no longer reproduce this, closing. |
It's broken in 3.1.2 but working in master, so I'll mark this as fixed in 3.2.0. |
Sounds like ada03d3 (Correct pager size when command line soft-wraps) |
Ubuntu 14.04 64bits
fish v2.2.0 (installed from
ppa:fish-shell/release-2
)terminator 0.97
I hit
TAB
twice to cycle through the possibilities but it does a wrong scroll and it deletes my command:The text was updated successfully, but these errors were encountered: