We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f61ed commit 1f7beb1Copy full SHA for 1f7beb1
src/ascii.h
@@ -123,7 +123,7 @@
123
#define DCS 0x90 /* Device Control String */
124
#define STERM 0x9c /* String Terminator */
125
126
-#define POUND '\xA3'
+#define POUND 0xB1
127
128
#define CTRL_F_STR "\056"
129
#define CTRL_H_STR "\026"
src/version.c
@@ -714,6 +714,8 @@ static char *(features[]) =
714
715
static int included_patches[] =
716
{ /* Add new patch number below this line */
717
+/**/
718
+ 383,
719
/**/
720
382,
721
0 commit comments