Finished current working directory stuff

This commit is contained in:
Mikayla Maki 2022-06-29 16:22:05 -07:00
parent bc728c160d
commit 1c038b81ab
2 changed files with 14 additions and 7 deletions

View file

@ -26,7 +26,7 @@ use crate::{Input, ScrollTerminal, Terminal};
const ALACRITTY_SCROLL_MULTIPLIER: f32 = 3.;
#[cfg(debug_assertions)]
const DEBUG_GRID: bool = true;
const DEBUG_GRID: bool = false;
pub struct TerminalEl {
view: WeakViewHandle<Terminal>,