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

Multiplexer passthrough for iTerm2 #166

Open
hpjansson opened this issue Sep 13, 2023 · 4 comments
Open

Multiplexer passthrough for iTerm2 #166

hpjansson opened this issue Sep 13, 2023 · 4 comments
Labels
compatibility Compatibility (e.g. terminal quirks) feature New feature or request help wanted Extra attention is needed

Comments

@hpjansson
Copy link
Owner

Multiplexer passthrough (GNU Screen, tmux) is currently implemented for sixels and kitty graphics, but not iTerm2.

I'd gladly implement it if someone with a Mac could assist with testing.

@hpjansson hpjansson added feature New feature or request help wanted Extra attention is needed compatibility Compatibility (e.g. terminal quirks) labels Sep 13, 2023
@rodhash
Copy link

rodhash commented Mar 2, 2024

sure!

@hpjansson
Copy link
Owner Author

Awesome! I'll add the code and let you know when it's in a testable state.

@microfx
Copy link

microfx commented Mar 7, 2024

is this why I get this when running chafa in iterm2 over ssh?

chafa image.gif                                                           18:02

** (process:825660): CRITICAL **: 18:02:16.323: chafa_term_info_have_seq: assertion 'seq >= 0 && seq < CHAFA_TERM_SEQ_MAX' failed

** (process:825660): CRITICAL **: 18:02:16.324: chafa_term_info_have_seq: assertion 'seq >= 0 && seq < CHAFA_TERM_SEQ_MAX' failed
chafa: symbol lookup error: chafa: undefined symbol: chafa_canvas_config_set_passthrough

@hpjansson
Copy link
Owner Author

is this why I get this when running chafa in iterm2 over ssh?

No, that's probably just versions of libchafa.so getting mixed up. See if you've got Chafa installed from a package manager and uninstall it or move the conflicting .so away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Compatibility (e.g. terminal quirks) feature New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants