White screen when I write cd and press tab in Git Bash #11901

Open
opened 2026-01-31 03:00:35 +00:00 by claunia · 0 comments
Owner

Originally created by @GitCodeDestroyer on GitHub (Dec 28, 2020).

Environment

Windows build number: [Version 10.0.19042.685]
Windows Terminal version (if applicable): 1.4.3243.0

Steps to reproduce

  1. Open Git Bash in Windows Terminal
  2. cd <not available path>
  3. Press Tab

Expected behavior

Everything should be good.

Actual behavior

Screen was white every time when I press tab or backspace when line is empty.

My settings

{
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "defaultProfile": "{11111111-c2c6-5271-96e7-009a87ff44bf}",
    "wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?│_",
    "profiles":
    [
        {
            // Make changes here to the powershell.exe profile
            "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
            "name": "PowerShell",
            "commandline": "powershell.exe",
            "background": "#000",
            "backgroundImageOpacity": 0.45,
            "cursorShape": "bar",
            "cursorColor": "#AAA",
            "fontSize": 14,
            "foreground": "#DDD",
            "padding": "20, 25, 10, 10",
            "selectionBackground": "#2A2A2A",
            "startingDirectory": ".",
            "hidden": false,
            "colorScheme": "Dracula",
        },
        {
            // Make changes here to the bash.exe profile
            "guid": "{11111111-c2c6-5271-96e7-009a87ff44bf}",
            "name": "Bash",
            "commandline": "C:\\Program Files\\Git\\bin\\bash.exe",
            "background": "#000",
            "backgroundImageOpacity": 0.45,
            "cursorShape": "bar",
            "cursorColor": "#AAA",
            "fontSize": 14,
            "foreground": "#DDD",
            "padding": "20, 0, 10, 10",
            "selectionBackground": "#2A2A2A",
            "startingDirectory": ".",
            "hidden": false,
            "colorScheme": "Dracula",
        },
        {
            // Make changes here to the cmd.exe profile
            "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
            "name": "Command Prompt",
            "commandline": "cmd.exe",
            "hidden": false,
            "background": "#000",
            "backgroundImageOpacity": 0.45,
            "cursorShape": "bar",
            "cursorColor": "#AAA",
            "fontSize": 14,
            "foreground": "#DDD",
            "padding": "20, 0, 10, 10",
            "selectionBackground": "#2A2A2A",
            "startingDirectory": ".",
            "colorScheme": "Dracula",
        },
        {
            "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
            "hidden": true,
            "name": "Azure Cloud Shell",
            "source": "Windows.Terminal.Azure"
        }
    ],

    // Add custom color schemes to this array
    "schemes": [
        {
            "background":  "#282A36",
            "black":  "#21222C",
            "blue":  "#F1FA8C",
            "brightBlack":  "#6272A4",
            "brightBlue":  "#D6ACFF",
            "brightCyan":  "#A4FFFF",
            "brightGreen":  "#69FF94",
            "brightPurple":  "#FF92DF",
            "brightRed":  "#FF6E6E",
            "brightWhite":  "#FFFFFF",
            "brightYellow":  "#FFFFA5",
            "cyan":  "#8BE9FD",
            "foreground":  "#F8F8F2",
            "green":  "#50FA7B",
            "name":  "Dracula",
            "purple":  "#BD93F9",
            "red":  "#FF5555",
            "white":  "#F8F8F2",
            "yellow":  "#F1FA8C"
          }
    ],

    // Add any keybinding overrides to this array.
    // To unbind a default keybinding, set the command to "unbound"
    "keybindings": [
        { "keys": ["ctrl+t"], "command": "newTab" },
        { "keys": ["ctrl+tab"], "command": "nextTab" },
        { "keys": ["ctrl+shift+tab"], "command": "prevTab" },
        { "keys": ["ctrl+w"], "command": "closeTab" },
        { "keys": ["ctrl+shift+c"], "command": "copy" },
        { "keys": ["ctrl+-"], "command": "decreaseFontSize" },
        { "keys": ["ctrl+="], "command": "increaseFontSize" },
        { "keys": ["ctrl+shift+1"], "command": "newTabProfile0" },
        { "keys": ["ctrl+shift+2"], "command": "newTabProfile1" },
        { "keys": ["ctrl+shift+3"], "command": "newTabProfile2" },
        { "keys": ["ctrl+1"], "command": "switchToTab0" },
        { "keys": ["ctrl+2"], "command": "switchToTab1" },
        { "keys": ["ctrl+3"], "command": "switchToTab2" },
        { "keys": ["ctrl+4"], "command": "switchToTab3" },
        { "keys": ["ctrl+5"], "command": "switchToTab4" },
        { "keys": ["ctrl+6"], "command": "switchToTab5" },
        { "keys": ["ctrl+7"], "command": "switchToTab6" },
        { "keys": ["ctrl+8"], "command": "switchToTab7" },
        { "keys": ["ctrl+9"], "command": "switchToTab8" },
        { "keys": ["ctrl+shift+right"], "command": "splitVertical" },
        { "keys": ["ctrl+shift+bottom"], "command": "splitHorizontal" },
        { "keys": ["ctrl+0"], "command": "resetFontSize" }
    ]
}
Originally created by @GitCodeDestroyer on GitHub (Dec 28, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Windows build number: [Version 10.0.19042.685] Windows Terminal version (if applicable): 1.4.3243.0 ``` # Steps to reproduce 1. Open Git Bash in Windows Terminal 2. ```cd <not available path>``` 3. Press Tab <!-- A description of how to trigger this bug. --> # Expected behavior Everything should be good. <!-- A description of what you're expecting, possibly containing screenshots or reference material. --> # Actual behavior Screen was white every time when I press tab or backspace when line is empty. <!-- What's actually happening? --> # My settings ``` { "$schema": "https://aka.ms/terminal-profiles-schema", "defaultProfile": "{11111111-c2c6-5271-96e7-009a87ff44bf}", "wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?│_", "profiles": [ { // Make changes here to the powershell.exe profile "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "name": "PowerShell", "commandline": "powershell.exe", "background": "#000", "backgroundImageOpacity": 0.45, "cursorShape": "bar", "cursorColor": "#AAA", "fontSize": 14, "foreground": "#DDD", "padding": "20, 25, 10, 10", "selectionBackground": "#2A2A2A", "startingDirectory": ".", "hidden": false, "colorScheme": "Dracula", }, { // Make changes here to the bash.exe profile "guid": "{11111111-c2c6-5271-96e7-009a87ff44bf}", "name": "Bash", "commandline": "C:\\Program Files\\Git\\bin\\bash.exe", "background": "#000", "backgroundImageOpacity": 0.45, "cursorShape": "bar", "cursorColor": "#AAA", "fontSize": 14, "foreground": "#DDD", "padding": "20, 0, 10, 10", "selectionBackground": "#2A2A2A", "startingDirectory": ".", "hidden": false, "colorScheme": "Dracula", }, { // Make changes here to the cmd.exe profile "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "name": "Command Prompt", "commandline": "cmd.exe", "hidden": false, "background": "#000", "backgroundImageOpacity": 0.45, "cursorShape": "bar", "cursorColor": "#AAA", "fontSize": 14, "foreground": "#DDD", "padding": "20, 0, 10, 10", "selectionBackground": "#2A2A2A", "startingDirectory": ".", "colorScheme": "Dracula", }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": true, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" } ], // Add custom color schemes to this array "schemes": [ { "background": "#282A36", "black": "#21222C", "blue": "#F1FA8C", "brightBlack": "#6272A4", "brightBlue": "#D6ACFF", "brightCyan": "#A4FFFF", "brightGreen": "#69FF94", "brightPurple": "#FF92DF", "brightRed": "#FF6E6E", "brightWhite": "#FFFFFF", "brightYellow": "#FFFFA5", "cyan": "#8BE9FD", "foreground": "#F8F8F2", "green": "#50FA7B", "name": "Dracula", "purple": "#BD93F9", "red": "#FF5555", "white": "#F8F8F2", "yellow": "#F1FA8C" } ], // Add any keybinding overrides to this array. // To unbind a default keybinding, set the command to "unbound" "keybindings": [ { "keys": ["ctrl+t"], "command": "newTab" }, { "keys": ["ctrl+tab"], "command": "nextTab" }, { "keys": ["ctrl+shift+tab"], "command": "prevTab" }, { "keys": ["ctrl+w"], "command": "closeTab" }, { "keys": ["ctrl+shift+c"], "command": "copy" }, { "keys": ["ctrl+-"], "command": "decreaseFontSize" }, { "keys": ["ctrl+="], "command": "increaseFontSize" }, { "keys": ["ctrl+shift+1"], "command": "newTabProfile0" }, { "keys": ["ctrl+shift+2"], "command": "newTabProfile1" }, { "keys": ["ctrl+shift+3"], "command": "newTabProfile2" }, { "keys": ["ctrl+1"], "command": "switchToTab0" }, { "keys": ["ctrl+2"], "command": "switchToTab1" }, { "keys": ["ctrl+3"], "command": "switchToTab2" }, { "keys": ["ctrl+4"], "command": "switchToTab3" }, { "keys": ["ctrl+5"], "command": "switchToTab4" }, { "keys": ["ctrl+6"], "command": "switchToTab5" }, { "keys": ["ctrl+7"], "command": "switchToTab6" }, { "keys": ["ctrl+8"], "command": "switchToTab7" }, { "keys": ["ctrl+9"], "command": "switchToTab8" }, { "keys": ["ctrl+shift+right"], "command": "splitVertical" }, { "keys": ["ctrl+shift+bottom"], "command": "splitHorizontal" }, { "keys": ["ctrl+0"], "command": "resetFontSize" } ] } ````
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#11901