On this page
pane.Pane.setTitle
- Module
- pane
- Declared in
- Pane
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/pane.ts
-
Set this pane's title.
The title is what
#{pane_title}reports and what apane-border-formatdraws; a program running in the pane can also set it through the terminal, so it is not solely the caller's to own.Examples
await pane.setTitle("build");
0 declared, 0 inherited