Open ghost opened 1 year ago
ATM I'm using Fedora Linux and Gnome Terminal, it works but I've been getting this error:
"Error on xterm-256color.plab_norm: "%t;7%;%?%p4%t;5%;%?%p7%t;8%;m"
var v, stack = [], out = []; ) {out.push("; 7")}; if ((stack.push(v = params[3]), v)) {out.push("; 5")}; if ((stack.push(v = params[6]), v)) {out.push("; 8")}out.push("m"); return out.join("");"
whenever I type vtop or vtop -h, it doesn't happen on other distros, just Fedora
vtop
vtop -h
This is annoying. I also encountered this error.
ATM I'm using Fedora Linux and Gnome Terminal, it works but I've been getting this error:
"Error on xterm-256color.plab_norm: "%t;7%;%?%p4%t;5%;%?%p7%t;8%;m"
var v, stack = [], out = []; ) {out.push("; 7")}; if ((stack.push(v = params[3]), v)) {out.push("; 5")}; if ((stack.push(v = params[6]), v)) {out.push("; 8")}out.push("m"); return out.join("");"
whenever I type
vtop
orvtop -h
, it doesn't happen on other distros, just Fedora