Skip to content
New issue

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

[Bug] tmux-setup but no highlight #1142

Closed
2 of 9 tasks
wangrongwei opened this issue Sep 30, 2024 · 2 comments
Closed
2 of 9 tasks

[Bug] tmux-setup but no highlight #1142

wangrongwei opened this issue Sep 30, 2024 · 2 comments

Comments

@wangrongwei
Copy link

GEF+GDB version

gdb:9.2
gdb-python:3.8

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:

image

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

  • X86
  • X64
  • ARM
  • ARM64
  • MIPS
  • MIPS64
  • PPC
  • PPC64
  • RISCV

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:

// 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

Additional context?

  • Screenshots
  • Callstack
  • Coredumps
  • If possible and useful, please upload the binary
@hugsy
Copy link
Owner

hugsy commented Sep 30, 2024

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.

@wangrongwei
Copy link
Author

wangrongwei commented Oct 1, 2024

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!

@hugsy hugsy closed this as completed Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants