chore: remove TODO from tty
This commit is contained in:
parent
11dcd099fa
commit
465c01e403
1 changed files with 0 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue