Open
Bug 875592
Opened 13 years ago
Updated 3 years ago
Better support for terminal in mach on Windows
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: mossop, Unassigned)
Details
Currently mach uses blessings to do terminal control but that doesn't support windows. It's possible to do most things on Windows too but you have to talk direct to the OS APIs via ctypes. I made a simple abstract terminal control class a while ago that might be useful to steal from: http://svn.oxymoronical.com/viewvc/mozilla/BuildWatch/trunk/console.py?view=markup. It has an implementation for Windows and an implementation for OSX/Linux.
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•