Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
218d283e
Commit
218d283e
authored
4 years ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Define CTRL character enum when not already defined."
This reverts commit
f488c09a
parent
a85180be
No related branches found
No related tags found
1 merge request
!463
MRC mods by Codefenix (2024-10-20)
Pipeline
#510
passed
4 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
xtrn/sdk/xsdkdefs.h
+0
-38
0 additions, 38 deletions
xtrn/sdk/xsdkdefs.h
with
0 additions
and
38 deletions
xtrn/sdk/xsdkdefs.h
+
0
−
38
View file @
218d283e
...
@@ -288,44 +288,6 @@ enum { /* Node Action */
...
@@ -288,44 +288,6 @@ enum { /* Node Action */
#ifndef _SBBSDEFS_H
#ifndef _SBBSDEFS_H
#define KEY_BUFSIZE 256
#define KEY_BUFSIZE 256
#endif
#ifndef CTRL_A
enum
{
CTRL_AT
// NUL
,
CTRL_A
// SOH
,
CTRL_B
// STX
,
CTRL_C
// ETX
,
CTRL_D
// EOT
,
CTRL_E
// ENQ
,
CTRL_F
// ACK
,
CTRL_G
// BEL
,
CTRL_H
// BS
,
CTRL_I
// HT
,
CTRL_J
// LF
,
CTRL_K
// VT
,
CTRL_L
// FF
,
CTRL_M
// CR
,
CTRL_N
// SO
,
CTRL_O
// SI
,
CTRL_P
// DLE
,
CTRL_Q
// DC1
,
CTRL_R
// DC2
,
CTRL_S
// DC3
,
CTRL_T
// DC4
,
CTRL_U
// NAK
,
CTRL_V
// SYN
,
CTRL_W
// ETB
,
CTRL_X
// CAN
,
CTRL_Y
// EM
,
CTRL_Z
// SUB
,
CTRL_OPEN_BRACKET
// ESC
,
CTRL_BACKSLASH
// FS
,
CTRL_CLOSE_BRACKET
// GS
,
CTRL_CARET
// RS
,
CTRL_UNDERSCORE
// US
,
CTRL_QUESTION_MARK
=
0x7f
// DEL
};
#endif
#endif
/* Special terminal key mappings */
/* Special terminal key mappings */
...
...
This diff is collapsed.
Click to expand it.
Rob Swindell
@rswindell
mentioned in commit
558d53da
·
4 years ago
mentioned in commit
558d53da
mentioned in commit 558d53da6146892f146b487e74d3c92f9d1c644b
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment