Lines Matching refs:Terminal
31 class Terminal(Popen, metaclass=Registry): class
51 class XTerminal(Terminal):
53 Terminal.__init__(self, sh_cmd, title, env, d)
105 class Screen(Terminal):
111 Terminal.__init__(self, sh_cmd, title, env, d)
120 class TmuxRunning(Terminal):
136 Terminal.__init__(self, sh_cmd, title, env, d)
138 class TmuxNewWindow(Terminal):
151 Terminal.__init__(self, sh_cmd, title, env, d)
153 class Tmux(Terminal):
172 Terminal.__init__(self, sh_cmd, title, env, d)
181 class Custom(Terminal):
190 Terminal.__init__(self, sh_cmd, title, env, d)