mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
enter is CR
This commit is contained in:
@ -340,7 +340,7 @@ fn keyCallback(
|
||||
.z => if (mods.control and !mods.shift) 0x1A else return,
|
||||
|
||||
.backspace => 0x08,
|
||||
.enter => '\n',
|
||||
.enter => '\r',
|
||||
.tab => '\t',
|
||||
else => return,
|
||||
};
|
||||
|
Reference in New Issue
Block a user