You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which Wayland compositor or X11 Window manager(s) are you using?
No response
WezTerm version
na
Ask your question!
Hii so i built a terminal using portable_pty and xterm.js .
Reverse search is not working if I use zsh instead of bash
I also tried other commands which combines ctr + some key they are working fine
let cmd = CommandBuilder::new("zsh");//Reverse search is Not workinglet cmd = CommandBuilder::new("bash");//Working fineletmut child = match pty_pair.slave.spawn_command(cmd){Ok(v) => v,Err(e) => {returnOk(TerminalEvent::Error{message: e.to_string(),
terminal_id,error_code:2,})}};
And for writing into terminal I am using below function
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What Operating System(s) are you running on?
macOS
Which Wayland compositor or X11 Window manager(s) are you using?
No response
WezTerm version
na
Ask your question!
Hii so i built a terminal using portable_pty and xterm.js .
Reverse search is not working if I use zsh instead of bash
I also tried other commands which combines
ctr + some key
they are working fineAnd for writing into terminal I am using below function
Everything else is working fine
Tnx in advance
Beta Was this translation helpful? Give feedback.
All reactions