randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 81 forks source link

view_settings padding doesn't seem to work #260

Open u3Izx9ql7vW4 opened 3 years ago

u3Izx9ql7vW4 commented 3 years ago

I'm trying to set the padding of the terminus window in the view_settings. This is what I've added according to sublime docs:

"view_settings":
    {
        "font_size": 12,
                "row_padding": [50, 50]
    }

This doesn't seem to change things. The code comment you could change settings like "font_face", "font_size" and paddings. doesn't give much indication of how padding should be used and I did a quick search through the code-base and don't see why the setting I've added above wouldn't work.