mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-03 12:02:36 +00:00
core: start on key2Callback for the new callback that uses KeyEncoder
This commit is contained in:
@@ -25,7 +25,7 @@ modify_other_keys_state_2: bool = false,
|
||||
/// These together combine the legacy protocol because they're all
|
||||
/// meant to be extensions that do not change any existing behavior
|
||||
/// and therefore safe to combine.
|
||||
fn legacy(
|
||||
pub fn legacy(
|
||||
self: *const KeyEncoder,
|
||||
buf: []u8,
|
||||
) ![]const u8 {
|
||||
|
||||
Reference in New Issue
Block a user