Skip to content

Shell requests for input are captured incorrectly. #118

@kierun

Description

@kierun

How to reproduce

  1. Get the following script:
#!/bin/bash

echo -n "Enter Fullname: "
read -r fullname
echo "Hello $fullname"
  1. Execute it without colout.
  2. Execute it with colout.

What happens

The request for input does not appear if output is redirected to colout. It does when it is not.

What should happen

The request for input should appear in the desired colour.

Notes

Here is a full screenshot:

screenshot

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions