mirror of
https://github.com/tw93/Mole.git
synced 2026-02-10 05:34:17 +00:00
chore: auto format code
This commit is contained in:
@@ -561,7 +561,7 @@ main() {
|
||||
|
||||
# Calculate name width: use actual max, but constrain by terminal width
|
||||
# Fixed elements: "99. " (4) + " " (2) + " | Last: " (11) = 17
|
||||
local term_width=$(tput cols 2>/dev/null || echo 100)
|
||||
local term_width=$(tput cols 2> /dev/null || echo 100)
|
||||
local available_for_name=$((term_width - 17 - max_size_width - max_last_width))
|
||||
|
||||
# Dynamic minimum for better spacing on wide terminals
|
||||
|
||||
Reference in New Issue
Block a user