mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
remove dead commented out code
This commit is contained in:
parent
4ddef39b52
commit
cfeb7e4705
@ -256,13 +256,6 @@ impl Tab for ClientTab {
|
||||
self.mouse.lock().unwrap().append(event);
|
||||
MouseState::next(&self.mouse)?;
|
||||
Ok(())
|
||||
|
||||
/*
|
||||
if resp.clipboard.is_some() {
|
||||
host.set_clipboard(resp.clipboard)?;
|
||||
}
|
||||
*self.renderable.borrow().selection_range.lock().unwrap() = resp.selection_range;
|
||||
*/
|
||||
}
|
||||
|
||||
fn advance_bytes(&self, _buf: &[u8], _host: &mut dyn TerminalHost) {
|
||||
|
Loading…
Reference in New Issue
Block a user