Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
removing last println
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehowshua Immanuel committed Dec 27, 2024
1 parent e4ac219 commit b97f105
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/term.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ fn make_grid_with_newlines(term: &TerminalScreen) -> String {


fn process_str(s: &str, has_ctrl: bool) -> Option<char> {
println!("process_str: {s}");
match s {
"Enter" => {return Some('\n');}
"Escape" => {return Some('\x1B');}
Expand Down

0 comments on commit b97f105

Please sign in to comment.