REPL: Wrapping causes errors #13

Open
opened 2026-02-27 14:08:36 +01:00 by mike · 0 comments
Owner

When inputting in REPL, if the line exceeds the console width and cursor key tries to navigate back into the previous line;

Error: The value must be greater than or equal to zero and less than the console's buffer size in that dimension. (Parameter 'left')                                                                                          
Actual value was -1.     
When inputting in REPL, if the line exceeds the console width and cursor key tries to navigate back into the previous line; ``` Error: The value must be greater than or equal to zero and less than the console's buffer size in that dimension. (Parameter 'left') Actual value was -1. ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: public/Alveus.Contour#13
No description provided.