[O] Track selected options
This commit is contained in:
parent
8930f921b4
commit
fed771d930
3 changed files with 25 additions and 17 deletions
|
|
@ -58,7 +58,9 @@ def clear_screen(title: str = ''):
|
|||
print('\033[2J\033[H', end='')
|
||||
|
||||
if title:
|
||||
print()
|
||||
printc(title)
|
||||
print()
|
||||
|
||||
|
||||
def redistribute_rgb(r: int, g: int, b: int) -> tuple[int, int, int]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue