zellij icon indicating copy to clipboard operation
zellij copied to clipboard

Questions: Alt+[ doesn't work and light green for commands not visible on light themed terminal

Open al3xandru opened this issue 3 years ago • 4 comments

A couple of (hopefully quick) questions (if there's a better place to ask them please let me know):

  1. any ideas why Alt+[ might not work? (I am using macOS Terminal and I have the "Use Option as Meta Key" so commands like Alt+n and even Alt+] work; I've noticed the latter is not quite consistent though)
  2. 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

al3xandru avatar Mar 12 '22 16:03 al3xandru

About 1 - @tlinford: do you think the recent STDIN changes might have affected this? I can reproduce this on arch

imsnif avatar Mar 13 '22 13:03 imsnif

yes did another bisect and it started happening after #1119 :(

tlinford avatar Mar 13 '22 16:03 tlinford

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]

tlinford avatar Mar 13 '22 16:03 tlinford

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.

image

tsia avatar May 05 '24 19:05 tsia