mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 14:50:20 +00:00
play.py: hide Hz/tuning from selection bar, show only on unselected
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -499,7 +499,8 @@ def pick_track():
|
||||
num = f"{i + 1:>2}."
|
||||
|
||||
if i == selected[0]:
|
||||
full = f" ▸ {num} {name_display}{meta_str}"
|
||||
sel_meta = f"{cached} {bpm_col} {time_col} {key_col}"
|
||||
full = f" ▸ {num} {name_display}{sel_meta}"
|
||||
stdscr.addstr(y, 1, full[:w - 2],
|
||||
curses.A_BOLD | curses.color_pair(1))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user