mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-24 00:05:19 +00:00
gtk: update some comments/function names, take min sizes into account
This commit is contained in:
@@ -46,8 +46,8 @@ const Renderer = rendererpkg.Renderer;
|
||||
/// being resized to a size that is too small to be useful. These defaults
|
||||
/// are chosen to match the default size of Mac's Terminal.app, but is
|
||||
/// otherwise somewhat arbitrary.
|
||||
const min_window_width_cells: u32 = 10;
|
||||
const min_window_height_cells: u32 = 4;
|
||||
pub const min_window_width_cells: u32 = 10;
|
||||
pub const min_window_height_cells: u32 = 4;
|
||||
|
||||
/// The maximum number of key tables that can be active at any
|
||||
/// given time. `activate_key_table` calls after this are ignored.
|
||||
|
||||
Reference in New Issue
Block a user