diff options
author | zachir <zachir@librem.one> | 2023-02-20 02:04:43 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-20 02:04:43 -0600 |
commit | 881236b58275339d9472d447e5b4a38bc9ebd347 (patch) | |
tree | c966cb88a4116f5dcd0feb7f673593adfcc2c733 /st.1 | |
parent | 9d718daa11aed794baee85d0aa431e0a846f0974 (diff) |
apply defaultfontsize patch
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -22,6 +22,8 @@ st \- simple terminal .IR line ] .RB [ \-w .IR windowid ] +.RB [ \-z +.IR fontsize ] .RB [[ \-e ] .IR command .RI [ arguments ...]] @@ -44,6 +46,8 @@ st \- simple terminal .IR title ] .RB [ \-w .IR windowid ] +.RB [ \-z +.IR fontsize ] .RB \-l .IR line .RI [ stty_args ...] @@ -91,6 +95,10 @@ defines the window title (default 'st'). embeds st within the window identified by .I windowid .TP +.BI \-z " fontsize" +sets the default fontsize to +.I fontsize +.TP .BI \-l " line" use a tty .I line |