We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cfc6c commit 71e116dCopy full SHA for 71e116d
src/supported_terminals.rs
@@ -23,6 +23,7 @@ pub static SUPPORTED_TERMINALS: LazyLock<Vec<SupportedTerminal>> = LazyLock::new
23
("Xterm", "xterm", "-e"),
24
("COSMIC Terminal", "cosmic-term", "-e"),
25
("Ghostty", "ghostty", "-e"),
26
+ ("Terminator", "terminator", "-x"),
27
]
28
.iter()
29
.map(|(name, program, separator_arg)| SupportedTerminal {
0 commit comments