Hello,
I emerged app-shells/bash-completion, which works as expected. Then I created .inputrc with a single line:
The problem is that some completions
blink! It is just unbearable.
For example,
- $ sudo disp<TAB><TAB>
dispatch-conf display
Both suggestions appear in a red background and a white foreground, but blinking (the foreground color is now white, now red). Shell built-ins, such as if, case and while, also blink.
The manual says that for colored-stats "the color definitions are taken from the value of the LS_COLORS environment variable". However the blinking does not go away if I do
The same happens with an empty .bashrc file, so where possibly could the problem be located? Can you reproduce the behavior? Any hints in fixing this would be much appreciated.