mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-10 07:58:12 +01:00
sequences: This is it, my magnum opus
This commit is contained in:
parent
d0c6798d9e
commit
69ad38997d
@ -64,7 +64,7 @@ def create_sequences(colors):
|
||||
# \033[8m # Conceal text.
|
||||
# \033]708;#000000\007 # Garbage sequence.
|
||||
# \0338 i # Restore cursor position.
|
||||
sequences.append(f"\0337\033[8m\033]708;{colors['special']['background']}\007\0338")
|
||||
sequences.append(f"\0337\033[1000H\033[8m\033]708;{colors['special']['background']}\007\0338")
|
||||
|
||||
return "".join(sequences)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user