Module guih.lib.termtools
Api for mirroring and sharing of terminal objects
Functions
mirror (base, ...) | makes one or more terminals miriror a base terminal |
make_shared (...) | attempts to create a terminal that acts like all of the inputed terminals at the same time |
Functions
- mirror (base, ...)
-
makes one or more terminals miriror a base terminal
Parameters:
- base terminal the base terminal to mirror
- ... terminal the terminals to mirror base on
Returns:
-
terminal
the mirrored terminal
- make_shared (...)
-
attempts to create a terminal that acts like all of the inputed terminals at the same time
Parameters:
- ... terminal the terminals to merge
Returns:
-
terminal
the merged terminal