From e288096c26c700247bac2c3145456fa104f376e1 Mon Sep 17 00:00:00 2001 From: Andreas Skielboe Date: Mon, 13 Jan 2025 11:49:21 +0100 Subject: [PATCH] Fix backslash comment in ghostty.h --- include/ghostty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ghostty.h b/include/ghostty.h index 29da8f37b..c722a0104 100644 --- a/include/ghostty.h +++ b/include/ghostty.h @@ -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,