contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.37k stars 102 forks source link

terminal_size in config ignored #1338

Closed Glog78 closed 9 months ago

Glog78 commented 9 months ago

Contour Terminal version

Contour Terminal Emulator 0.4.0-makepkg-ad0159b1

Installer source

Github: source code cloned

Operating System

Arch

Architecture

x86-64

Other Software

none / maybe kde

Steps to reproduce

setup a terminal size of 150x40 in ~/.config/contour.yml (main profile)

terminal_size: columns:·150 lines:·40

Expected Behavior

the starting window to be 150x40

Actual Behavior

the starting window is 80x25

Additional notes

i checked that there is no pre definition setting from kde on the window.

image

uspasojevic96 commented 9 months ago

This is fixed with https://github.com/contour-terminal/contour/commit/3682106fa45829b84e98ab77c0ef13bb799ad73d

Just pull latest master and doublecheck

christianparpart commented 9 months ago

Yeah, sorry for the inconveniences, @Glog78 :)

EDIT: p.s.: please close if you can confirm it's working for you now again, as well :)

Glog78 commented 9 months ago

fixed