Skip to content
Snippets Groups Projects
Commit 62ee3d91 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

The CTRL character enum definition cannot be checked via #ifdef

So use check for the USE_XPDEV definition instead of CTRL_A.
parent 558d53da
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #512 passed
...@@ -290,7 +290,7 @@ enum { /* Node Action */ ...@@ -290,7 +290,7 @@ enum { /* Node Action */
#define KEY_BUFSIZE 256 #define KEY_BUFSIZE 256
#endif #endif
#ifndef CTRL_A #ifndef USE_XPDEV
enum { enum {
CTRL_AT // NUL CTRL_AT // NUL
,CTRL_A // SOH ,CTRL_A // SOH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment