1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00

docs: mention window width/height

refs: #256
This commit is contained in:
Wez Furlong 2021-04-23 17:45:55 -07:00
parent 7ae05b5333
commit 115fb1e6d4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# `initial_cols = 80`
Together with [initial_rows](initial_rows.md), configures the window size
for newly created windows.
(window width) for newly created windows.
Specifies the width of a new window, expressed in character cells.

View File

@ -1,6 +1,6 @@
# `initial_rows = 24`
Together with [initial_cols](initial_cols.md), configures the window size
for newly created windows.
(window height) for newly created windows.
Specifies the height of a new window, expressed in character cells.