From 93808cf7572c69008de0dca8c7f786df2a93efa2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 30 Nov 2016 21:34:37 +0530 Subject: [PATCH] Fix HPA --- kitty/control-codes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/control-codes.h b/kitty/control-codes.h index d9fd369cc..84be1313f 100644 --- a/kitty/control-codes.h +++ b/kitty/control-codes.h @@ -223,7 +223,7 @@ #define DECSTBM 'r' // *Horizontal position adjust*: Same as :data:`CHA`. -#define HPA '\'' +#define HPA '`' // Misc sequences