Seething over MSYS shell - is it replaceable?

后端 未结 8 1916
青春惊慌失措
青春惊慌失措 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

    Use PowerShell instead of the old cmd. Then run sh like this

    C:\msys64\usr\bin\sh.exe --login -i
    

    I tested on Winows 8.1 with MSYS2 and Haskell Platform 2014.2.0.0. With GHCi there are no problems. All arrow keys and other keys work as expected.

    Also, I could not get the Console2 to work on Windows8 properly as suggested in the other answers.

提交回复
热议问题