mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Break up long line
This commit is contained in:
@@ -227,7 +227,11 @@ def parse_color(color_str):
|
||||
comps = color_str.split(" ")
|
||||
color = ""
|
||||
background_color = ""
|
||||
bold, underline, italics, dim, reverse = False, False, False, False, False
|
||||
bold = False
|
||||
underline = False
|
||||
italics = False
|
||||
dim = False
|
||||
reverse = False
|
||||
i = 0
|
||||
while i < len(comps):
|
||||
comp = comps[i]
|
||||
|
||||
Reference in New Issue
Block a user