Window blinking when pressing Backspace #13687

Closed
opened 2026-01-31 03:49:33 +00:00 by claunia · 2 comments
Owner

Originally created by @EmilyGraceSeville7cf on GitHub (Apr 30, 2021).

Windows Terminal version (or Windows build number)

10.0.19042.867

Other Software

GitBash

Steps to reproduce

Create new GitBash profile as follows:

            {
                "commandline": "\"C:\\Program Files\\Git\\bin\\bash.exe\" --cd-to-home",
                "fontSize": 14,
                "icon": "%PROGRAMFILES%\\Git\\mingw64\\share\\git\\git-for-windows.ico",
                "name": "GitBash (Windows 10)",
                "suppressApplicationTitle": false
            },

Open new GitBash tab in Windows Terminal and hold backspace.
blinking

Expected Behavior

No blinking.

Actual Behavior

Blinking while holding backspace. Besides I can't type anything while blinking is proceed.

Originally created by @EmilyGraceSeville7cf on GitHub (Apr 30, 2021). ### Windows Terminal version (or Windows build number) 10.0.19042.867 ### Other Software GitBash ### Steps to reproduce Create new GitBash profile as follows: ```yml { "commandline": "\"C:\\Program Files\\Git\\bin\\bash.exe\" --cd-to-home", "fontSize": 14, "icon": "%PROGRAMFILES%\\Git\\mingw64\\share\\git\\git-for-windows.ico", "name": "GitBash (Windows 10)", "suppressApplicationTitle": false }, ``` Open new GitBash tab in Windows Terminal and hold backspace. ![blinking](https://user-images.githubusercontent.com/42812113/116699604-1c3b2d80-aa09-11eb-9924-224236cb597e.gif) ### Expected Behavior No blinking. ### Actual Behavior Blinking while holding backspace. Besides I can't type anything while blinking is proceed.
claunia added the Resolution-Duplicate label 2026-01-31 03:49:33 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Apr 30, 2021):

This is actually by design. The Terminal is finally just obeying what git bash is telling it to do. For more info, see:

/dup #9430
/dup #9111
/dup #7200

To fix: nano ~/.inputrc and add the text set bell-style none or set bell-style audible. Press Ctrl + O and Ctrl + X to Save and Exit.

I found this behaviour to be really distracting/disurbing.
The regular Git Bash terminal does exhibit this behaviour, though I can confirm that /c/Program Files/Git/etc/.inputrc does contain set bell-style visible (and that command is not overwritten by anything in .inputrc.

@zadjii-msft commented on GitHub (Apr 30, 2021): This is actually by design. The Terminal is finally just obeying what git bash is telling it to do. For more info, see: /dup #9430 /dup #9111 /dup #7200 > To fix: `nano ~/.inputrc` and add the text `set bell-style none` or `set bell-style audible`. Press `Ctrl + O` and `Ctrl + X` to Save and Exit. > > I found this behaviour to be really distracting/disurbing. > The regular Git Bash terminal does exhibit this behaviour, though I can confirm that `/c/Program Files/Git/etc/.inputrc` does contain `set bell-style visible` (and that command is not overwritten by anything in `.inputrc`. >
Author
Owner

@ghost commented on GitHub (Apr 30, 2021):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Apr 30, 2021): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13687