Skip to content

[Enhancement] Reset IO from Raw mode to Normal when launching an App. #37

Description

@daschewie

Background

The CLI uses IOCTRL to set input to RAW mode disabling the echo of characters during input. When launching a C application, the system stays in RAW mode affecting scanf() and getchar() calls. As a work around, the C apps need to call IOCTRL to enable echo on input.

Proposal

Prior to launching an app, the CLI should change to Normal mode. This would remove the need of all C programs having to call IOCTRL.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions