On this page
LibTmux.Internal.TmuxEnvironmentVariables.TryReadPane
- Module
- LibTmux.Internal
- Declared in
- TmuxEnvironmentVariables
- Package
- LibTmux
- Source
- src/LibTmux/Environment/TmuxEnvironment.cs
- TryReadPane ( environment : IReadOnlyDictionary<string, string>? , paneId : PaneId ) bool
-
Reads the pane a process was spawned in.
- Parameters
-
-
environment ( IReadOnlyDictionary<string, string>? ) – The environment, or null for the process.
-
paneId ( PaneId ) – The parsed pane identifier.
-
- Returns
-
True when the environment names a pane.
0 declared, 0 inherited