View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001695 | FreeCAD | Merge request | public | 2014-08-17 12:51 | 2014-08-18 12:05 |
Reporter | shoogen | Assigned To | shoogen | ||
Priority | low | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Fixed in Version | 0.15 | ||||
Summary | 0001695: reset the console color between every message | ||||
Description | Currently the color of stdout is not reset to the default, because the escape code is help back by the line buffering. This makes using the console for other programs (like gdb) very annoying. | ||||
Additional Information | The following changes since commit f0eee592839bbf2efc6f2e549893c87834879530: Draft: Fixed small regression in Draft2Sketch (2014-08-16 19:40:35 -0300) are available in the git repository at: git://github.com/5263/FreeCAD.git resetconsolecolor for you to fetch changes up to 23082551f990639600bf294d4521617e4ef9899c: flush stdout after reseting the console color (2014-08-17 14:40:19 +0200) ---------------------------------------------------------------- flush stdout after reseting the console color src/Base/Console.cpp | 3 +++ 1 file changed, 3 insertions(+) | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-08-17 12:51 | shoogen | New Issue | |
2014-08-18 12:04 | shoogen | Status | new => closed |
2014-08-18 12:04 | shoogen | Assigned To | => shoogen |
2014-08-18 12:04 | shoogen | Resolution | open => fixed |
2014-08-18 12:04 | shoogen | Fixed in Version | => 0.15 |
2014-08-18 12:05 | shoogen | Changeset attached | => FreeCAD Master master 3198c423 |