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
f0d1647f
Commit
f0d1647f
authored
19 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Fixed word-wrapping of control-key pass-through help text.
parent
39acbdb7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/scfg/scfgsys.c
+5
-5
5 additions, 5 deletions
src/sbbs3/scfg/scfgsys.c
with
5 additions
and
5 deletions
src/sbbs3/scfg/scfgsys.c
+
5
−
5
View file @
f0d1647f
...
...
@@ -1416,14 +1416,14 @@ This value is a 32-bit hexadecimal number. Each set bit represents a
control key combination that will `not` be handled internally by
Synchronet or by a Global Hot Key Event.
To disable internal handling of the `Ctrl-C` key combination (for example)
,
To disable internal handling of the `Ctrl-C` key combination (for example)
set this value to `8`. The value is determined by taking 2 to the power of
the ASCII value of the control character (Ctrl-A is 1, Ctrl-B is 2,
etc).
In the case of Ctrl-C, taking 2 to the power of 3 equals 8.
the ASCII value of the control character (Ctrl-A is 1, Ctrl-B is 2,
etc.).
In the case of Ctrl-C, taking 2 to the power of 3 equals 8.
To pass-through multiple control key combinations, multiple bits must be
set (or'd together) which may require the
use of a hexadecimal
calculator.
set (or'd together)
to create the necessary value,
which may require the
use of a hexadecimal
calculator.
If unsure, leave this value set to `0`, the default.
*/
...
...
This diff is collapsed.
Click to expand it.
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