Skip to content

Commit 76635ec

Browse files
committed
Merge branch 'main' of github.com:grega/hdi
2 parents f478140 + b59a2da commit 76635ec

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hdi - "How Do I..."
1+
# hdi - "How do I..."
22

33
"...run this thing".
44

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)