mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
forgejo: add optional field for terminal multiplexers
This commit is contained in:
parent
1c7c9f6c16
commit
8b408f0039
1 changed files with 9 additions and 3 deletions
|
|
@ -42,12 +42,18 @@ body:
|
|||
placeholder: "Arch Linux"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: multiplexer
|
||||
attributes:
|
||||
label: Terminal multiplexer
|
||||
description: "Terminal multiplexers are terminal emulators themselves, therefore the issue may be in the multiplexer, not foot. Please list which multiplexer(s) you use here (and mention in the problem description below if the issue only occurs in the multiplexer, but not in bare metal foot)"
|
||||
placeholder: "tmux, zellij"
|
||||
- type: input
|
||||
id: application
|
||||
attributes:
|
||||
label: Shell, TUI, application
|
||||
description: "Application(s) in which the problem occurs (list all known)"
|
||||
placeholder: "e.g. bash, neovim"
|
||||
label: Shell, TUI, application
|
||||
description: "Application(s) in which the problem occurs (list all known)"
|
||||
placeholder: "e.g. bash, neovim"
|
||||
- type: textarea
|
||||
id: config
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue