mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
renderer: default codepoints for preedit
This commit is contained in:
@ -39,7 +39,7 @@ pub const Mouse = struct {
|
||||
/// The pre-edit state. See Surface.preeditCallback for more information.
|
||||
pub const Preedit = struct {
|
||||
/// The codepoints to render as preedit text.
|
||||
codepoints: []Codepoint,
|
||||
codepoints: []const Codepoint = &.{},
|
||||
|
||||
/// A single codepoint to render as preedit text.
|
||||
pub const Codepoint = struct {
|
||||
|
Reference in New Issue
Block a user