We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
This is annoying. I also encountered this error.
Sorry, something went wrong.
No branches or pull requests
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 FedoraThe text was updated successfully, but these errors were encountered: