Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
zichenchen committed Mar 14, 2022
commit d7213d57a2ce17d7f94c00c80b2c18004ad998e1
5 changes: 3 additions & 2 deletions src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ impl Reedline {
break;
}
x => {
println!("{:?}",&x);

crossterm_events.push(x);
}
}
Expand Down Expand Up @@ -438,7 +438,8 @@ impl Reedline {
}
EventStatus::Handled => {
if !paste_enter_state {
self.repaint(prompt)?;
println!("*");
//self.repaint(prompt)?;
}
}
EventStatus::Inapplicable => {
Expand Down