Type: Python module or package
File:lino:src/lino/console/syscon.py
Refering articles:
- moved sitecustomize.py (code changes 11.03.06) — Moved lino/console/sitecustomize.py to lino/customize.py more
- About encodings (code changes 20.02.06) — How to support non-ascii characters on a console? The TIM-Tools on my customers' Windows machines should talk German or French, thus they need either latin1 or cp850 or cp437 encoding. I'd like this to work also when accessing a remote Linux machine from a Window machine . more
- testing whether stdout is redirected to a file (22.08.05) — syscon now tests whether stdout is redirected to a file, and in this case it uses Console instead of TtyConsole so that progress messages are not shown. more
- system console and system session (01.07.05) — syscon holds again a real singleton _session, which is a Session instance. runtests.py uses syscon.setToolkit() (instead of setSystemConsole()) to install its CaptureConsole.