Closed
Bug 1753062
Opened 3 years ago
Closed 10 months ago
Use mintty by default instead of the Command Prompt
Categories
(Firefox Build System :: MozillaBuild, enhancement, P3)
Firefox Build System
MozillaBuild
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1869958
People
(Reporter: mhentges, Unassigned)
Details
There's a couple benefits:
- Clicking on text no longer pauses the program
- You can scroll up while command is running
- Better character handling (UTF-8) compared to the default Windows console
- This works around issues such as
being unable to select text after runningfixed by 1751526fzf
/hg histedit
(though, these may have workarounds).
However, this has one major issue: newlines are artificially injected into copied text if it wraps around the end of a line.
This issue will hopefully be fixed later in 2022. Once fixed, then we can re-investigate shipping MinTTY by default.
Reporter | ||
Updated•3 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Product: mozilla.org → Firefox Build System
Updated•10 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•