mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-06-02 21:39:15 -04:00
add wait-for-mapped option
This commit is contained in:
parent
4bf60d0fbc
commit
5b87139670
9 changed files with 121 additions and 9 deletions
|
|
@ -86,6 +86,10 @@ the foot command line
|
|||
*-L*,*--login-shell*
|
||||
Start a login shell, by prepending a '-' to argv[0].
|
||||
|
||||
*--wait-for-mapped*
|
||||
Defer spawning the client application until the window has been
|
||||
mapped. See *wait-for-mapped* in *foot.ini*(5).
|
||||
|
||||
*--pty*
|
||||
Display an existing pty instead of creating one. This is useful
|
||||
for interacting with VM consoles.
|
||||
|
|
|
|||
|
|
@ -43,6 +43,14 @@ empty string to be set, but it must be quoted: *KEY=""*
|
|||
Boolean. If enabled, the shell will be launched as a login shell,
|
||||
by prepending a '-' to argv[0]. Default: _no_.
|
||||
|
||||
*wait-for-mapped*
|
||||
Boolean. If enabled, defer spawning the client application until
|
||||
the window has been mapped and the first frame has been
|
||||
displayed. The client's first *TIOCGWINSZ* will then return the
|
||||
final window size, working around startup issues in TUI
|
||||
applications that mishandle early *SIGWINCH* signals.
|
||||
Default: _no_.
|
||||
|
||||
*term*
|
||||
Value to set the environment variable *TERM* to. Default:
|
||||
_@default_terminfo@_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue