mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
Fix backslash comment in ghostty.h (#5021)
The other half of https://github.com/ghostty-org/ghostty/pull/3173. :)
This commit is contained in:
@ -159,7 +159,7 @@ typedef enum {
|
||||
GHOSTTY_KEY_EQUAL,
|
||||
GHOSTTY_KEY_LEFT_BRACKET, // [
|
||||
GHOSTTY_KEY_RIGHT_BRACKET, // ]
|
||||
GHOSTTY_KEY_BACKSLASH, // /
|
||||
GHOSTTY_KEY_BACKSLASH, // \
|
||||
|
||||
// control
|
||||
GHOSTTY_KEY_UP,
|
||||
|
Reference in New Issue
Block a user