aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlake DeMarcy <blakedemarcy@students.sowela.edu>2017-10-11 15:13:13 +0000
committerBlake DeMarcy <blakedemarcy@students.sowela.edu>2017-10-11 15:13:13 +0000
commite0f83592dc5f22a07f79f97ccc63ac66e917e2c7 (patch)
tree2a49b72c4abee0cb0614f8e7613d676d13e6917d
parent18426796b79e1588b8d4dff8c406165deb0ba080 (diff)
downloadbbj-e0f83592dc5f22a07f79f97ccc63ac66e917e2c7.tar.gz
made linequote spacing less fucky
-rw-r--r--clients/urwid/main.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/clients/urwid/main.py b/clients/urwid/main.py
index 79f277a..ab5050a 100644
--- a/clients/urwid/main.py
+++ b/clients/urwid/main.py
@@ -1484,13 +1484,14 @@ class MessageBody(urwid.Text):
result.append((directive, body))
elif directive == "linequote":
- try:
+ result.append(("3", "%s" % body.strip()))
+ # TEN MILLION YEARS DUNGEON NO TRIAL
+ # try:
# this /naughty/ hack is supposed to keep spacing consistent....needs tweaking
- if directive != last_directive and result[-1][-1][-1] != "\n":
- result.append(("default", "\n"))
- except IndexError:
- pass
- result.append(("3", "%s\n" % body.strip()))
+ # if result[-1][-1][-1] != "\n":
+ # result.append(("default", "\n"))
+ # except IndexError:
+ # pass
elif directive == "quote":
if message["post_id"] == 0:
Un proyecto texto-plano.xyz