zellij
zellij copied to clipboard
Questions: Alt+[ doesn't work and light green for commands not visible on light themed terminal
A couple of (hopefully quick) questions (if there's a better place to ask them please let me know):
- any ideas why
Alt+[might not work? (I am using macOS Terminal and I have the "Use Option as Meta Key" so commands likeAlt+nand evenAlt+]work; I've noticed the latter is not quite consistent though) - I use a light Terminal theme. Unfortunately the shortcuts displayed in the command bar are using a light green/yellow color that is not visible. Any way I can change this?
thank you
About 1 - @tlinford: do you think the recent STDIN changes might have affected this? I can reproduce this on arch
yes did another bisect and it started happening after #1119 :(
log from before #1119:
INFO |zellij_client::stdin_hand| 2022-03-13 17:54:41.851 [stdin_handler] [zellij-client/src/stdin_handler.rs:123]: key event: Unsupported([27, 91]), raw_bytes: [27, 91]
and after (only shows up after pressing alt + [ twice):
INFO |zellij_client::stdin_hand| 2022-03-13 17:51:33.550 [stdin_handler] [zellij-client/src/stdin_handler.rs:45]: key event: Unsupported([27, 91, 27]), raw_bytes: [27, 91, 27]
INFO |zellij_client::stdin_hand| 2022-03-13 17:51:33.551 [stdin_handler] [zellij-client/src/stdin_handler.rs:45]: key event: Key(Char('[')), raw_bytes: [91]
regarding 2: i have a similar issue. i'm using soliarized-light and it seems like the characters in question are specifically using a very light color so with a light background they basically become invisible. not sure how the terminal color scheme interacts with zellij themes.