Fix color-related terminal todo!

This commit is contained in:
Kirill Bulatov 2023-12-26 14:09:29 +02:00
parent af6f467890
commit f27c63bb54
4 changed files with 110 additions and 116 deletions

View file

@ -37,7 +37,6 @@ impl Project {
Some(settings.blinking.clone()),
settings.alternate_scroll,
window,
|_, _| todo!("color_for_index"),
)
.map(|builder| {
let terminal_handle = cx.build_model(|cx| builder.subscribe(cx));

View file

@ -2184,7 +2184,6 @@ impl LocalSnapshot {
ignore_stack
}
#[allow(dead_code)] // todo!("remove this when we use it")
#[cfg(test)]
pub(crate) fn expanded_entries(&self) -> impl Iterator<Item = &Entry> {
self.entries_by_path