more WHITESPACE TIGHTENING
parent
84700451c7
commit
b5babed1fc
|
@ -709,7 +709,7 @@ def view_feed():
|
||||||
|
|
||||||
entries.append("~"+entry[5]+pad+"\ton "+entry[3]+" ("+p.no("word", entry[2])+") ")
|
entries.append("~"+entry[5]+pad+"\ton "+entry[3]+" ("+p.no("word", entry[2])+") ")
|
||||||
|
|
||||||
list_entries(metas, entries, "most recent global entries: \n\n")
|
list_entries(metas, entries, "most recent global entries:")
|
||||||
|
|
||||||
redraw()
|
redraw()
|
||||||
|
|
||||||
|
|
|
@ -173,7 +173,7 @@ def list_select(options, prompt):
|
||||||
ans = ""
|
ans = ""
|
||||||
invalid = True
|
invalid = True
|
||||||
|
|
||||||
choice = raw_input("\n\n"+prompt)
|
choice = raw_input("\n"+prompt)
|
||||||
|
|
||||||
if choice in BACKS:
|
if choice in BACKS:
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue