mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-06-25 06:30:37 -04:00
Implemented basic LXMF propagation support and controls
This commit is contained in:
parent
7043f33dd8
commit
df7692d7c6
8 changed files with 122 additions and 19 deletions
|
@ -117,9 +117,10 @@ GLYPHS = {
|
|||
("node", "[N]", "\u24c3 ", "\uf502"),
|
||||
("page", "", "\u25a4", "\uf719 "),
|
||||
("speed", "", "\u25F7", "\uf9c4"),
|
||||
("decoration_menu", " +", " +", " \uf93a"),
|
||||
("unread_menu", " !", " \u2709", urm_char),
|
||||
("decoration_menu", " +", " +", " \uf93a"),
|
||||
("unread_menu", " !", " \u2709", urm_char),
|
||||
("globe", "", "", "\uf484"),
|
||||
("sent", "/\\", "\u2191", "\ufbf4")
|
||||
}
|
||||
|
||||
class TextUI:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue