[Notice] Known TTY/Stdin issues on Windows/WSL for specific prompts #9
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
codetease/mep#9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
While Mep is optimized for Linux, users on Windows and WSL may encounter specific terminal behaviors due to the way Windows handles
stdinand ANSI escape sequences.Known Issues:
stdinbuffer may become saturated, causing the prompt to appear unresponsive. This is most common intreeSelect,emoji, andseatafter several prompt cycles.Affected Environments:
Workaround:
If the prompt hangs or the UI flickers unexpectedly, press
Enter. This manually flushes the buffer, clears the "stuck" state, and usually restores the rendering.