mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -04:00
forgejo: issue happens in foot --server, standalone, or both?
This commit is contained in:
parent
dc4e9fc25b
commit
9c882cfdab
1 changed files with 8 additions and 0 deletions
|
|
@ -54,6 +54,14 @@ body:
|
||||||
label: Shell, TUI, application
|
label: Shell, TUI, application
|
||||||
description: "Application(s) in which the problem occurs (list all known)"
|
description: "Application(s) in which the problem occurs (list all known)"
|
||||||
placeholder: "bash, neovim"
|
placeholder: "bash, neovim"
|
||||||
|
- type: checkboxes
|
||||||
|
id: server
|
||||||
|
attributes:
|
||||||
|
label: Server/standalone mode
|
||||||
|
description: The issue occurs in foot server, or standalone mode, or both. Note that you **cannot** test standalone mode by manually running `foot` from a `footclient` instance, since then the standalone foot will simply inherit the server process' context.
|
||||||
|
options:
|
||||||
|
- label: standalone
|
||||||
|
- label: server
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: config
|
id: config
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue