#9738 closed bug (invalid)
Terminal: extreme lag when trying to tab complete a non exsiting string
Reported by: | rossi | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/alpha4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Terminal exhibits a very long lag before returning to normal, when tab completition is used and accidentially the string cannot be completed, e.g. because there is no file with the given starting string.
Change History (8)
comment:1 by , 12 years ago
Component: | Applications/Terminal → Applications/Command Line Tools |
---|---|
Owner: | changed from | to
comment:2 by , 12 years ago
I might further note, I've seen much the same happen on Linux/FreeBSD depending on what completion rules bash had installed.
comment:3 by , 12 years ago
I've actually only seen this in Linux and Windows so far. In any case, it doesn't sound like a bug within Haiku. So I would suggest closing this as invalid, and if you really care, file it with bash instead.
comment:4 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:6 by , 12 years ago
Hi Axel,
I don't think so, as I didn't install any extras related to bash, at least not consciously. I mostly replicated for my current builds the optional packages, which were also part of the Alpha4.1 release.
Also the issue doesn't seem to happen with the Alpha release, only on the current revisions.
Anyhow, as it doesn't seem to be an Haiku issue, I'll just live with it and try to avoid to complete non-existing terms ;-)
Thanks, Rossi
comment:7 by , 12 years ago
what is the way to reproduce it? BTW, I have observed such lags using zsh trying to complete git add/commit commands that can be obviously explained but not with bash.
comment:8 by , 12 years ago
steps to reproduce (on fresh install, current revisions):
- enter terminal
- start typing a directory path with at least the initial directory existing
- finish with the beginning letters of a non-existing directory
- hit tab to complete
- lag (app. 1-2 minutes, in which terminal/bash doesn't do anything
add. if you close terminal (window close button), the sub processes don't quit properly, it is nescessary to actually kill terminal
That's actually up to bash, not Terminal.