feat: add floating popup panes

refs #1125
This commit is contained in:
Ogulcan Celik
2026-07-15 04:02:14 +03:00
parent 88370e1516
commit 2c7c8beb07
33 changed files with 2049 additions and 104 deletions
+1
View File
@@ -406,6 +406,7 @@ fn api_method_name(method: &Method) -> &'static str {
Method::PaneClearAgentAuthority(_) => "pane.clear_agent_authority",
Method::PaneReleaseAgent(_) => "pane.release_agent",
Method::PaneClose(_) => "pane.close",
Method::PopupClose(_) => "popup.close",
Method::EventsSubscribe(_) => "events.subscribe",
Method::EventsWait(_) => "events.wait",
Method::PaneWaitForOutput(_) => "pane.wait_for_output",