Seething over MSYS shell - is it replaceable?

后端 未结 8 1906
青春惊慌失措
青春惊慌失措 2021-02-07 10:12

I need a serviceable shell for MSYS. This is my current dilemma:

The default rxvt.exe has a scroll bar and copy and paste, but doesn\'t send control characters or arro

8条回答
  •  野性不改
    2021-02-07 10:41

    I've not used the msys stuff, but it should be enough to use something other than rxvt and run sh.exe in it. Now, if you're using control characters, you may need to be sure whatever you use supports what you need (i.e. vt100 emulation).

    One route might be to use cygwin. I typically run cygwin with a rootless X server, and run xterm on it.. So far it has been very good and I haven't had many issues. I know arrow keys and such work just fine under it.

提交回复
热议问题