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
7019409f
Commit
7019409f
authored
5 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
ICE_COLOR definition.
parent
c494d599
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exec/load/userdefs.js
+1
-0
1 addition, 0 deletions
exec/load/userdefs.js
with
1 addition
and
0 deletions
exec/load/userdefs.js
+
1
−
0
View file @
7019409f
...
...
@@ -30,6 +30,7 @@ const USER_HTML = (1<<23); // Using Deuce's HTML terminal (*cough*)
const
USER_NOPAUSESPIN
=
(
1
<<
24
);
// No spinning cursor at pause prompt
const
USER_PETSCII
=
(
1
<<
26
);
// Commodore PET (e.g. C64) terminal
const
USER_SWAP_DELETE
=
(
1
<<
27
);
// Swap the DEL and backspace keys
const
ICE_COLOR
=
(
1
<<
28
);
//**********************************************************************
// user.qwk_settings
...
...
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