mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
add TODO for branch
This commit is contained in:
@ -1799,6 +1799,9 @@ pub const CAPI = struct {
|
|||||||
const collection = &grid.resolver.collection;
|
const collection = &grid.resolver.collection;
|
||||||
const face = collection.getFace(.{}) catch return null;
|
const face = collection.getFace(.{}) catch return null;
|
||||||
|
|
||||||
|
// TODO(pressure-click): the font size below only does
|
||||||
|
// the initial font size and not the current font size.
|
||||||
|
|
||||||
// The font is not the right size by default so we need
|
// The font is not the right size by default so we need
|
||||||
// to set it to our configured window size.
|
// to set it to our configured window size.
|
||||||
const copy = face.font.copyWithAttributes(
|
const copy = face.font.copyWithAttributes(
|
||||||
|
Reference in New Issue
Block a user