Lay out new client structure
This commit is contained in:
parent
6c4bfe2752
commit
7da4bf36d5
21 changed files with 174 additions and 1137 deletions
12
cheuph/message_editor_widget.py
Normal file
12
cheuph/message_editor_widget.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
__all__ = ["MessageEditorWidget"]
|
||||
|
||||
class MessageEditorWidget:
|
||||
"""
|
||||
This widget allows the user to compose a new message. It is based on
|
||||
urwid's Edit widget.
|
||||
|
||||
One day, it will (hopefully) support syntax highlighting and tab
|
||||
completion.
|
||||
"""
|
||||
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue