Virtual terminal!

This commit is contained in:
jeffser
2024-10-07 02:02:27 -06:00
parent fcb956ff23
commit 29a5251d63
7 changed files with 87 additions and 39 deletions

View File

@@ -50,7 +50,8 @@ custom_widgets = [
'custom_widgets/table_widget.py',
'custom_widgets/message_widget.py',
'custom_widgets/chat_widget.py',
'custom_widgets/model_widget.py'
'custom_widgets/model_widget.py',
'custom_widgets/terminal_widget.py'
]
install_data(alpaca_sources, install_dir: moduledir)