Open
Bug 1600832
Opened 6 years ago
Updated 3 years ago
Fuzzy not working on Windows (MSYS)
Categories
(Developer Infrastructure :: Try, defect, P3)
Developer Infrastructure
Try
Tracking
(Not tracked)
NEW
People
(Reporter: MeFisto94, Unassigned)
Details
Using fzf on Windows from within mozilla-build (MSYS) isn't possible for me:
During Mach's Invocation of fzf, fzf quits with the message Character Set Not Supported.
A small research lead me to https://github.com/junegunn/fzf/issues/963, but having unset $TERM lead to a not-working layout and especially MSYS crashed as I was trying to use fzf.
TERM=Hyper ./mach try fuzzy does work (in terms of not crashing), but the layout is still messed up, that means instead of having the selected items in a different window, they are interlaced with the fuzzy findings. The command bar (key bindings) is also "somewhere" interlaced and scrolling up shows you every previous frame that has been rendered.
Can someone confirm this?
Updated•5 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•