Crash when pasting more than 4096 bytes
Open
- Dominant language
- C
- Stars
- 20.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
The correct way to fix this would be to make a queue of input, find some way to get notified when it's possible to send bytes into the terminal, and move data off the queue and into the terminal whenever possible. Oh wait, then if you pasted a giant amount of data you wouldn't be able to press ctrl-c until it's all pasted in...this needs more work.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.