Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-redhat-linux-gnu'
-DCONF_VENDOR='redhat' -DLOCALEDIR='/usr/share/locale' -
Hi,
I'm trying to have my cursor change within Bash depending on the vi mode I'm in.
To accomplish this I've used:
> vi-ins-mode-string = "\1\e[6 q\2"
and a corresponding vi-cmd-mode-string in .inputrc, which has indeed worked.
However when using the tmux terminal multiplexer it fails to
On 4/21/19 6:39 AM, Ville Skyttä wrote:
> Bash Version: 4.4
> Patch Level: 19
> Release Status: release
>
> Description:
>
> Originally reported in https://github.com/scop/bash-completion/issues/118
> This is on Ubuntu's 4.4.19, but reproducible with Fedora development's
> 5.0.2 as well.
>
> Re