Implemented paper message handling

This commit is contained in:
Mark Qvist 2022-11-19 20:04:01 +01:00
parent 08a9225cc9
commit 730c17c981
4 changed files with 207 additions and 6 deletions

View file

@ -121,7 +121,9 @@ GLYPHS = {
("decoration_menu", " +", " +", " \uf93a"),
("unread_menu", " !", " \u2709", urm_char),
("globe", "", "", "\uf484"),
("sent", "/\\", "\u2191", "\ufbf4")
("sent", "/\\", "\u2191", "\ufbf4"),
("papermsg", "P", "\u25a4", "\uf719"),
("qrcode", "QR", "\u25a4", "\uf029"),
}
class TextUI: