Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: top-level: Remove undefined ref in functions
- Fix: Remove reference to `.utils.get_cell_size._invalidate_terminal_size_cache()` in top-level functions: - `disable_win_size_swap()` - `enable_queries()` - `enable_win_size_swap()` `get_cell_size()` is no longer decorated with `@.utils.terminal_size_cached`. Broken in commit da0e50c of #87. Related to 497d9b7.
- Loading branch information