Fix color-related terminal todo!
This commit is contained in:
parent
af6f467890
commit
f27c63bb54
4 changed files with 110 additions and 116 deletions
|
@ -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));
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue