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

Commit

Permalink
Track APi changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger committed Feb 11, 2024
1 parent e81b1c3 commit c81e20b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ impl MainWindow {
self.use_rip = matches!(address.terminal_type, crate::Terminal::Rip);
self.buffer_update_thread.lock().terminal_type = Some((address.terminal_type, address.ansi_music));
self.buffer_update_thread.lock().auto_file_transfer.reset();
self.buffer_view.lock().set_igs_executor(None);
self.buffer_view.lock().clear_reference_image();
self.buffer_view.lock().get_buffer_mut().layers[0].clear();
self.buffer_view.lock().get_buffer_mut().stop_sixel_threads();
Expand Down

0 comments on commit c81e20b

Please sign in to comment.