ish-app / ish-app/ish

Crash when pasting more than 4096 bytes

Open
#336 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.