Added read_line console function #10

Merged
ShatteredMINT merged 9 commits from Micha_i/symphony_stdlib:console-functions into main 2026-09-03 14:56:16 +02:00
Contributor

Added a new module: console, for storing console manipulation functions.
The first function is read_line, which just reads a line from they keyboard and fills a buffer with the values, until an Enter key is pressed.

Added a new module: `console`, for storing console manipulation functions. The first function is `read_line`, which just reads a line from they keyboard and fills a buffer with the values, until an Enter key is pressed.
Micha_i added 1 commit 2026-09-01 00:39:23 +02:00
Micha_i marked the pull request as work in progress 2026-09-01 00:55:03 +02:00
Micha_i changed title from WIP: Added read_line function to WIP: Added `read_line` function 2026-09-01 09:04:16 +02:00
Micha_i changed title from WIP: Added `read_line` function to WIP: Added `read_line` console function 2026-09-01 09:04:29 +02:00
Micha_i added 1 commit 2026-09-01 10:51:44 +02:00
Added handling for backspace character
Micha_i added 1 commit 2026-09-01 10:54:37 +02:00
Micha_i added 1 commit 2026-09-01 13:47:21 +02:00
Micha_i added 1 commit 2026-09-02 02:03:08 +02:00
Micha_i added 1 commit 2026-09-02 13:21:06 +02:00
Micha_i added 1 commit 2026-09-02 20:41:48 +02:00
Micha_i marked the pull request as ready for review 2026-09-02 20:43:59 +02:00
Micha_i added 1 commit 2026-09-02 22:56:36 +02:00
Micha_i added 1 commit 2026-09-03 09:04:07 +02:00
Author
Contributor

Good to merge

Good to merge
ShatteredMINT merged commit 0188969dab into main 2026-09-03 14:56:16 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TCShenanigans/symphony_stdlib#10