mirror of
https://github.com/lowobservable/oec.git
synced 2026-05-03 14:39:34 +00:00
Detect unsupported DFT terminals
This commit is contained in:
@@ -93,3 +93,6 @@ class Terminal:
|
||||
cursor_blink=self.display.cursor_blink)
|
||||
|
||||
return control
|
||||
|
||||
class UnsupportedTerminalError(Exception):
|
||||
"""Unsupported terminal."""
|
||||
|
||||
Reference in New Issue
Block a user