Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.TmuxHookEntry

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Hooks/TmuxHooks.cs
struct LibTmux.TmuxHookEntry
struct [source]
struct [source]
struct LibTmux.TmuxHookEntry

One command a hook runs, and where it sits in the order.

The command is kept as tmux prints it. tmux normalises what it is given once, on the way in, and prints the result unchanged from then on, so the printed text can be handed straight back to set-hook.

3 declared, 0 inherited

Members

  • Command property Gets the tmux command, as tmux prints it.
  • Index property Gets where the command sits in the hook's order.
  • TmuxHookEntry method Initializes one hook entry.
Esc

Type to search.