Skip to content

Commit

Permalink
rm println
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhang7423 committed Jan 1, 2022
1 parent 182468c commit 7f4ceee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions alacritty/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,7 @@ impl<'a, N: Notify + 'a, T: EventListener> input::ActionContext<T> for ActionCon
}

fn scl_cb(&mut self) {
println!("Updating temporary point");
**self.tmp_point = self.terminal.grid().cursor.point;
println!("{}. {}", self.tmp_point.line.0, self.tmp_point.column.0);
unsafe {
let xlib = xlib::Xlib::open().unwrap();
let xtest = xtest::Xf86vmode::open().unwrap();
Expand All @@ -297,7 +295,6 @@ impl<'a, N: Notify + 'a, T: EventListener> input::ActionContext<T> for ActionCon
}
}
fn scl_cb2(&mut self) {
println!("in cb2: {}. {}", self.tmp_point.line.0, self.tmp_point.column.0);
self.start_selection(SelectionType::Simple, **self.tmp_point, Direction::Left);
self.update_selection(self.terminal.grid().cursor.point, Direction::Right);
}
Expand Down

0 comments on commit 7f4ceee

Please sign in to comment.