Add multiline input support to prompt #716
PedroSantosWEBDEV
started this conversation in
Show and tell
Replies: 1 comment
-
Hi, thanks for the experiment! There are indeed some edge cases when implementing multiline support that would make the code a lot more complex. The goal of this OS is to keep the complexity relatively low in order to be able to understand every part of it, so in the end I decided in the last release to keep it simple by limiting the length of a line to 80 chars in the prompt library, it's not perfect but it's okay for me in practice: #704 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My English is bad but I believe I implemented multiline input, however there are still some problems:
QEMU.2025-01-24.16-10-30.mp4
Some of the issues found:
When I use arrow up and arrow down!
QEMU.2025-01-24.16-26-07.mp4
Beta Was this translation helpful? Give feedback.
All reactions