This commit is contained in:
Jeremy Soller 2024-01-09 10:16:32 -07:00
parent a342ff266d
commit db738371ac
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
6 changed files with 184 additions and 74 deletions

View file

@ -318,7 +318,12 @@ impl Terminal {
self.update();
}
pub fn set_config(&mut self, config: &crate::Config, themes: &HashMap<String, Colors>, zoom_adj: i8) {
pub fn set_config(
&mut self,
config: &crate::Config,
themes: &HashMap<String, Colors>,
zoom_adj: i8,
) {
let mut update_cell_size = false;
let mut update = false;