-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Prepare terminal for bg color using ansi positioning
When a background is wanted (BG has a value): We print rows-md document lines the background color, then move cursor up to beginning and output the document. Why: Try echo -e '\x1b[42mfoo\n\n' at the last row and compare to doing it after clear. FZF does not support ansi positioning, so we allow to switch it off via env var
- Loading branch information
Gunther Klessinger
committed
Oct 6, 2023
1 parent
6045a78
commit 33d0cf3
Showing
1 changed file
with
61 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters