mirror of
https://github.com/wez/wezterm.git
synced 2024-11-24 07:46:59 +03:00
parent
da455cafa1
commit
97831848cb
@ -15,8 +15,9 @@ pub struct RowsAndCols {
|
|||||||
impl super::TermWindow {
|
impl super::TermWindow {
|
||||||
pub fn resize(&mut self, dimensions: Dimensions, window_state: WindowState, window: &Window) {
|
pub fn resize(&mut self, dimensions: Dimensions, window_state: WindowState, window: &Window) {
|
||||||
log::trace!(
|
log::trace!(
|
||||||
"resize event, current cells: {:?}, new dims: {:?} window_state:{:?}",
|
"resize event, current cells: {:?}, current dims: {:?}, new dims: {:?} window_state:{:?}",
|
||||||
self.current_cell_dimensions(),
|
self.current_cell_dimensions(),
|
||||||
|
self.dimensions,
|
||||||
dimensions,
|
dimensions,
|
||||||
window_state,
|
window_state,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user