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
gdb:9.2 gdb-python:3.8
centos
When I run tmux-setup, it can split a single window in right, but no any highlight, likes:
I'm not sure whether need to update the gef. Thanks for your time.
No
Provide a step-by-step to reproduce your issue.
Use this field for a minimal code to compile and spot the issue:
// compile with gcc -fPIE -pic -o my_issue.out my_issue.c int main(){ return 0; }
You can also provide a Dockerfile if you prefer
The text was updated successfully, but these errors were encountered:
This doesn't seem like a bug since utf-8 characters are well rendered.
I'd suggest 2 leads:
set -g default-terminal xterm-256color
gef config gef.disable_color 1
I'd suggest you join the Discord to ask more configuration question, because this space is for bugs only.
Sorry, something went wrong.
This doesn't seem like a bug since utf-8 characters are well rendered. I'd suggest 2 leads: make sure your tmux settings allow colors (for instance using setting set -g default-terminal xterm-256color ) make sure your gef configuration doesn't have color disabled (gef config gef.disable_color 1) I'd suggest you join the Discord to ask more configuration question, because this space is for bugs only.
Hi hugsy
Thanks very much, I can sure the two setting: xterm-256color set and disable_color is False.
And I renew a Q&A: #1143
Thanks again!
No branches or pull requests
GEF+GDB version
Operating System
centos
Describe the issue you encountered
When I run tmux-setup, it can split a single window in right, but no any highlight, likes:
I'm not sure whether need to update the gef.
Thanks for your time.
Do you read the docs and look at previously closed issues/PRs for similar cases?
No
Architecture impacted
Describe your issue. Without a proper reproduction step-by-step, your issue will be ignored.
Provide a step-by-step to reproduce your issue.
Minimalist test case
Use this field for a minimal code to compile and spot the issue:
You can also provide a Dockerfile if you prefer
Additional context?
The text was updated successfully, but these errors were encountered: