Skip to content

Commit

Permalink
feat(TerminalWrapper): add field TerminalInUse
Browse files Browse the repository at this point in the history
  • Loading branch information
Computerdores committed Apr 15, 2024
1 parent 262e3b0 commit 8beb653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AdvancedTerminalAPI/AdvancedTerminalAPI/TerminalWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ public class TerminalWrapper {
private TerminalNode _lastLoadedNode;

internal bool redirectLoadNewNode;

public bool TerminalInUse => _terminal.terminalInUse;

private TerminalWrapper(Terminal terminal) {
_terminal = terminal;
Expand Down

0 comments on commit 8beb653

Please sign in to comment.