mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-30 20:37:55 +00:00
small comment changes
This commit is contained in:
@@ -208,9 +208,6 @@ pub const App = struct {
|
||||
target: KeyTarget,
|
||||
event: KeyEvent,
|
||||
) !bool {
|
||||
// NOTE: If this is updated, take a look at Surface.keyCallback as well.
|
||||
// Their logic is very similar but not identical.
|
||||
|
||||
const action = event.action;
|
||||
const keycode = event.keycode;
|
||||
const mods = event.mods;
|
||||
|
||||
Reference in New Issue
Block a user