You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/docs/attyx/popups.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ padding = 1
42
42
|`border`|`"single"`| Border style: `single`, `double`, `rounded`, `heavy`, or `none`|
43
43
|`border_color`|`"#78829a"`| Border foreground color (`#RRGGBB`) |
44
44
|`on_return_cmd`|*(none)*| Command to run with the popup's captured stdout when it exits successfully (exit code 0) |
45
+
|`inject_alt`|`false`| When true, `on_return_cmd` is injected into the PTY even when an alt screen is active. When false, it runs as a detached process instead. |
45
46
|`background_opacity`|*(none)*| Background opacity from `0.0` (transparent) to `1.0` (opaque) |
46
47
|`background`|*(theme)*| Background color override (`#RRGGBB`). Empty or omitted = use theme background |
47
48
|`padding`|*(none)*| Inner padding on all sides (cells) |
0 commit comments