dominictarr / hipster

MIT License
73 stars 8 forks source link

copy-paste slow for large pastes. #12

Open dominictarr opened 12 years ago

dominictarr commented 12 years ago

hipster needs to wait until nextTick before redrawing the screen. currently, the screen is updated on each key press, which is fine for typing, but an OS paste comes in as seperate keypresses, and it's really slow.

(like, using middle click to paste on linux)