Cell height not consistent #23215

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

Originally created by @vefatica on GitHub (May 1, 2025).

Here are the settings for my default profile (first) and another similar profile.

Image

Image

And here are the two, in action, side by side (default profile on the left with the preferred appearance).

Image

Why is the line spacing different?

FWIW, here are the two JSON entries.

            {
                "bellStyle": 
                [
                    "audible",
                    "window"
                ],
                "closeOnExit": "always",
                "colorScheme": "Campbell",
                "commandline": "d:\\tc34\\tcc.exe",
                "cursorHeight": 15,
                "font": 
                {
                    "face": "Consolas",
                    "size": 13
                },
                "guid": "{4f4f6c96-a91f-45dc-9757-4d7e40f053e4}",
                "hidden": false,
                "icon": "u:\\icons\\tccicon1.ico",
                "name": "TCC34",
                "scrollbarState": "visible",
                "startingDirectory": "v:\\",
                "tabTitle": null
            },
            {
                "bellStyle": 
                [
                    "audible",
                    "window"
                ],
                "closeOnExit": "always",
                "colorScheme": "Campbell",
                "commandline": "d:\\tc35\\tcc.exe",
                "cursorHeight": 15,
                "cursorShape": "vintage",
                "font": 
                {
                    "cellHeight": "1.2",
                    "cellWidth": "0.6",
                    "face": "Consolas",
                    "size": 13,
                    "weight": "normal"
                },
                "guid": "{5486a1c5-a6ca-4b38-a69f-c1752ebc5a69}",
                "hidden": false,
                "icon": "U:\\Icons\\tcmd.ico",
                "name": "TCC35",
                "scrollbarState": "visible",
                "startingDirectory": "v:\\",
                "tabTitle": null
            },

Originally created by @vefatica on GitHub (May 1, 2025). Here are the settings for my default profile (first) and another similar profile. ![Image](https://github.com/user-attachments/assets/f0b01217-c920-4f0e-ac9e-8b7565b7f688) ![Image](https://github.com/user-attachments/assets/a0d06631-6a16-4b3a-9f1d-517eb9b33307) And here are the two, in action, side by side (default profile on the left with the preferred appearance). ![Image](https://github.com/user-attachments/assets/04b993f5-dd7c-4431-b9e6-94d6330dc471) Why is the line spacing different? FWIW, here are the two JSON entries. ``` { "bellStyle": [ "audible", "window" ], "closeOnExit": "always", "colorScheme": "Campbell", "commandline": "d:\\tc34\\tcc.exe", "cursorHeight": 15, "font": { "face": "Consolas", "size": 13 }, "guid": "{4f4f6c96-a91f-45dc-9757-4d7e40f053e4}", "hidden": false, "icon": "u:\\icons\\tccicon1.ico", "name": "TCC34", "scrollbarState": "visible", "startingDirectory": "v:\\", "tabTitle": null }, { "bellStyle": [ "audible", "window" ], "closeOnExit": "always", "colorScheme": "Campbell", "commandline": "d:\\tc35\\tcc.exe", "cursorHeight": 15, "cursorShape": "vintage", "font": { "cellHeight": "1.2", "cellWidth": "0.6", "face": "Consolas", "size": 13, "weight": "normal" }, "guid": "{5486a1c5-a6ca-4b38-a69f-c1752ebc5a69}", "hidden": false, "icon": "U:\\Icons\\tcmd.ico", "name": "TCC35", "scrollbarState": "visible", "startingDirectory": "v:\\", "tabTitle": null }, ```
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-31 08:35:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#23215