We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b46df7 commit dc548caCopy full SHA for dc548ca
src/urwidSpecials.py
@@ -3,6 +3,8 @@
3
bad code: most of the urwind code is scattered around
4
"""
5
6
+import src
7
+
8
9
10
split a mix of strings and urwid formating into a list where each element contains exactly
@@ -50,6 +52,6 @@ def makeRusty(payload):
50
52
counter += 1
51
53
if len(char):
54
converted.append(
- (urwid.AttrSpec(colours[counter * 7 % 5], "default"), char)
55
+ (src.pseudoUrwid.AttrSpec(colours[counter * 7 % 5], "default"), char)
56
)
57
return converted
0 commit comments