1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 14:26:46 +00:00

Merge branch 'main' of github.com:tw93/Mole

This commit is contained in:
Tw93
2026-01-13 15:59:51 +08:00

View File

@@ -98,7 +98,7 @@ perform_purge() {
# Function to truncate path in the middle
truncate_path() {
local path="$1"
local term_width=$(tput cols 2>/dev/null || echo 80)
local term_width=$(tput cols 2> /dev/null || echo 80)
# Reserve space: "| Scanning " = 12 chars, spinner = 2 chars, margins = 4 chars
local max_len=$((term_width - 18))