Add menu
This commit is contained in:
parent
a342ff266d
commit
db738371ac
6 changed files with 184 additions and 74 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue