Re: Utilities shell script
Reply #43 –
Can confirm, urxvt doesn't like something in the clearing of rows. Strangely other standard vt's like xterm and fbdev are fine.
I can probably address it, was working on and off on a new version this past month so hoping to finish it soon.
PS. Found a workaround for now:
line 1200, replace echo -e '\e[1K\e[H\e[1;3J
with echo -e '\e[1K\e[H\e[J
This removes the flicker-free partial cleanup for a full one, equivalent to the clear command. It can potentially be the fault of urxvt, not completely sure atm.