Commit b558d0a
committed
Pane(fix[display_popup]): use fused -e flag format for consistency
why: All other methods (split, respawn, new_session, new_window) use
the fused form (f"-e{k}={v}",) for environment flags. display_popup
was the sole outlier using the separated form ("-e", f"{k}={v}").
what:
- Change ("-e", f"{k}={v}") to (f"-e{k}={v}",)1 parent 0a071d3 commit b558d0a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1271 | 1271 | | |
1272 | 1272 | | |
1273 | 1273 | | |
1274 | | - | |
| 1274 | + | |
1275 | 1275 | | |
1276 | 1276 | | |
1277 | 1277 | | |
| |||
0 commit comments