mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-07 08:35:11 -04:00
Implemented paper message handling
This commit is contained in:
parent
08a9225cc9
commit
730c17c981
4 changed files with 207 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue