Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'con' program to control the console #93

Open
fachat opened this issue May 19, 2024 · 0 comments
Open

'con' program to control the console #93

fachat opened this issue May 19, 2024 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@fachat
Copy link
Owner

fachat commented May 19, 2024

A simple program that takes command line params and sends corresponding control codes to the terminal.

Should be developed in conjunction with #52 i.e. a standard lib for sending control codes:

e.g.:

con win ul 1 2 win lr 10 20

would call con_wul() and con_wlr() respectively with the given row and column values. Those would then send the appropriate control codes to the STDOUT (given?) stream (maybe use con_setstr() to define which stream to send to, with STDOUT as default).

@fachat fachat added the good first issue Good for newcomers label May 19, 2024
@fachat fachat added this to the 2.3 milestone May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant