feat: use $PAGER instead of less directly

This commit is contained in:
RTUnreal 2025-08-13 13:52:50 +02:00 committed by GitHub
parent f957837620
commit a763c2256e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -11,7 +11,7 @@
## nyx-tui - Version 1.2.1:
- Added better Readability for the Build log
use `less` to make it easier to scroll through the log in the TUI
~ Thanks to *rtunreal*
use $PAGER (or fallback: `less`) to make it easier to scroll through the log in the TUI
~ Thanks to *RTUnreal*