mirror of
https://github.com/rm-dr/daisy
synced 2025-07-01 06:33:34 -07:00
Added Constants
Fixed treeify bug
This commit is contained in:
@ -13,7 +13,6 @@ use crate::promptbuffer::PromptBuffer;
|
||||
use crate::parser::Token;
|
||||
//use crate::parser::ParserError;
|
||||
use crate::parser::LineLocation;
|
||||
use crate::parser::Eval;
|
||||
|
||||
|
||||
fn draw_line(
|
||||
@ -122,7 +121,7 @@ fn main() -> Result<(), std::io::Error> {
|
||||
_ => {}
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
draw_line(
|
||||
&mut stdout,
|
||||
pb.get_contents(),
|
||||
|
Reference in New Issue
Block a user