Implement telescoping inventory selection
This commit is contained in:
@@ -21,7 +21,7 @@ itemDisplayWithNumber numberstr it =
|
||||
(midPadL 15 ' ' thename (' ' : numberstr) ++ theparam) :
|
||||
catMaybes [maybeWarmupStatus it, maybeRateStatus it]
|
||||
++ moduleStrings it
|
||||
++ repeat "*"
|
||||
++ repeat "\\"
|
||||
where
|
||||
thename = itemBaseName it
|
||||
theparam =
|
||||
|
||||
Reference in New Issue
Block a user