Finished current working directory stuff
This commit is contained in:
parent
bc728c160d
commit
1c038b81ab
2 changed files with 14 additions and 7 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue