unison icon indicating copy to clipboard operation
unison copied to clipboard

UCM up-arrow navigation broken (trunk - apple m1)

Open alvaroc1 opened this issue 3 years ago • 0 comments

In the video, after using find, I am just hitting the up-arrow several times to browse previous commands and the output is messed up.

https://user-images.githubusercontent.com/107395/177197948-50456981-19db-4a80-8c5c-8c1283f99a97.mov

Other terminal navigation like down-arrow is also messed up.

Workaround: Starting ucm with TERM=linux:

$ TERM=linux unison --codebase .

Probably something to do with haskeline? but I think we're currently on the latest version. Source of the workaround: https://github.com/judah/haskeline/issues/162

alvaroc1 avatar Jul 04 '22 17:07 alvaroc1