File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ build_display_list() {
274274 done
275275}
276276
277- # ── Non-interactive render (same as before) ──────────────────────────────────
277+ # ── Non-interactive render ──────────────────────────────────
278278render_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
364364PICKER_LINES=0 # tracks how many lines the last draw_picker call printed
You can’t perform that action at this time.
0 commit comments