Implement parts of the message tree widget

This commit is contained in:
Joscha 2019-06-01 22:03:19 +00:00
parent 8eaacf1558
commit 1fe8a87d7f
5 changed files with 450 additions and 24 deletions

View file

@ -1,3 +1,5 @@
# TODO send event on mouse click
from typing import Any, Optional, Tuple
import urwid