Remove todo

This commit is contained in:
Mikayla Maki 2022-08-18 13:24:00 -07:00
parent aa98e5c3f7
commit 2c4ea7f01d

View File

@ -19,8 +19,6 @@ use alacritty_terminal::{
};
use anyhow::{bail, Result};
//When you type a key, scroll does not happen in terminal !!!TODO
use futures::{
channel::mpsc::{unbounded, UnboundedReceiver, UnboundedSender},
FutureExt,