aboutsummaryrefslogtreecommitdiffstats
path: root/clients
diff options
context:
space:
mode:
Diffstat (limited to 'clients')
-rw-r--r--clients/urwid/main.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/clients/urwid/main.py b/clients/urwid/main.py
index c1b2af0..fa343a3 100644
--- a/clients/urwid/main.py
+++ b/clients/urwid/main.py
@@ -938,9 +938,13 @@ class App(object):
def formatting_help(self, *_):
"""
- Pops a help window with formatting directives.
+ Pops a help window for formatting directives.
"""
- message = network.fake_message("\n\n".join(format_help))
+ # we can "recycle" the server's formatting abilities to
+ # use the same syntax for the help text itself
+ message = network.fake_message(
+ "\n\n".join(format_help), format="sequential")
+
widget = OptionsMenu(
urwid.ListBox(
urwid.SimpleFocusListWalker([
Un proyecto texto-plano.xyz