Skip to content

Commit 9ea2129

Browse files
authored
Formatting
1 parent adc6877 commit 9ea2129

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hdi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ build_display_list() {
274274
done
275275
}
276276

277-
# ── Non-interactive render (same as before) ──────────────────────────────────
277+
# ── Non-interactive render ──────────────────────────────────
278278
render_static() {
279279
for idx in "${!DISPLAY_LINES[@]}"; do
280280
local line="${DISPLAY_LINES[$idx]}"
@@ -357,8 +357,8 @@ render_full() {
357357
# ── Interactive picker (inline mode) ─────────────────────────────────────────
358358
# ═══════════════════════════════════════════════════════════════════════════════
359359
#
360-
# Draws inline below the cursor (like fzf --height). On each redraw, moves up
361-
# by the exact number of lines previously drawn, then clears downward. On quit,
360+
# Draws inline below the cursor. On each redraw, moves up by the exact
361+
# number of lines previously drawn, then clears downward. On quit,
362362
# clears the picker area entirely so the terminal is left clean.
363363

364364
PICKER_LINES=0 # tracks how many lines the last draw_picker call printed

0 commit comments

Comments
 (0)