Fix backslash comment in ghostty.h (#5021)

The other half of https://github.com/ghostty-org/ghostty/pull/3173. :)
This commit is contained in:
Mitchell Hashimoto
2025-01-13 07:07:03 -08:00
committed by GitHub

View File

@ -159,7 +159,7 @@ typedef enum {
GHOSTTY_KEY_EQUAL, GHOSTTY_KEY_EQUAL,
GHOSTTY_KEY_LEFT_BRACKET, // [ GHOSTTY_KEY_LEFT_BRACKET, // [
GHOSTTY_KEY_RIGHT_BRACKET, // ] GHOSTTY_KEY_RIGHT_BRACKET, // ]
GHOSTTY_KEY_BACKSLASH, // / GHOSTTY_KEY_BACKSLASH, // \
// control // control
GHOSTTY_KEY_UP, GHOSTTY_KEY_UP,