hecto-tutorial
hecto-tutorial copied to clipboard
Lost some char when paste a long string.
Hi @pflenker, I found an issue. When paste a long string in the text into hecto, some char is lost. E.g, copy "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" then paste in the hecto. Some of the char is lost. Is it because std::io::stdin() has no buffer? Could you give some clue?