mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Remove todo
This commit is contained in:
parent
aa98e5c3f7
commit
2c4ea7f01d
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@ use alacritty_terminal::{
|
||||||
};
|
};
|
||||||
use anyhow::{bail, Result};
|
use anyhow::{bail, Result};
|
||||||
|
|
||||||
//When you type a key, scroll does not happen in terminal !!!TODO
|
|
||||||
|
|
||||||
use futures::{
|
use futures::{
|
||||||
channel::mpsc::{unbounded, UnboundedReceiver, UnboundedSender},
|
channel::mpsc::{unbounded, UnboundedReceiver, UnboundedSender},
|
||||||
FutureExt,
|
FutureExt,
|
||||||
|
|
Loading…
Reference in a new issue