bowl/cheuph/message_editor_widget.py

12 lines
272 B
Python

__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