chore: remove TODO from tty

This commit is contained in:
Tim Culverhouse 2024-05-23 15:41:59 -05:00
parent 11dcd099fa
commit 465c01e403

View file

@ -163,11 +163,6 @@ pub fn run(
}
read_start = 0;
start += result.n;
// TODO: if we get 0 byte read, copy the remaining bytes to the
// beginning of the buffer and read mmore? this should only happen
// if we are in the middle of a grapheme at and filled our
// buffer. Probably can happen on large pastes so needs to be
// implemented but low priority
const event = result.event orelse continue;
switch (event) {