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
de082e79
Commit
de082e79
authored
24 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Added user constants.
parent
590fd974
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exec/load/sbbsdefs.js
+51
-0
51 additions, 0 deletions
exec/load/sbbsdefs.js
with
51 additions
and
0 deletions
exec/load/sbbsdefs.js
+
51
−
0
View file @
de082e79
...
...
@@ -2,6 +2,57 @@
/* $id$ */
DELETED
=
(
1
<<
0
)
/* Bit values for user.misc */
ANSI
=
(
1
<<
1
)
/* Supports ANSI terminal emulation */
COLOR
=
(
1
<<
2
)
/* Send color codes */
RIP
=
(
1
<<
3
)
/* Supports RIP terminal emulation */
UPAUSE
=
(
1
<<
4
)
/* Pause on every screen full */
SPIN
=
(
1
<<
5
)
/* Spinning cursor - Same as K_SPIN */
INACTIVE
=
(
1
<<
6
)
/* Inactive user slot */
EXPERT
=
(
1
<<
7
)
/* Expert menu mode */
ANFSCAN
=
(
1
<<
8
)
/* Auto New file scan */
CLRSCRN
=
(
1
<<
9
)
/* Clear screen before each message */
QUIET
=
(
1
<<
10
)
/* Quiet mode upon logon */
BATCHFLAG
=
(
1
<<
11
)
/* File list allow batch dl flags */
NETMAIL
=
(
1
<<
12
)
/* Forward e-mail to fidonet addr */
CURSUB
=
(
1
<<
13
)
/* Remember current sub-board/dir */
ASK_NSCAN
=
(
1
<<
14
)
/* Ask for newscanning upon logon */
NO_EXASCII
=
(
1
<<
15
)
/* Don't send extended ASCII */
ASK_SSCAN
=
(
1
<<
16
)
/* Ask for messages to you at logon */
AUTOTERM
=
(
1
<<
17
)
/* Autodetect terminal type */
COLDKEYS
=
(
1
<<
18
)
/* No hot-keys */
EXTDESC
=
(
1
<<
19
)
/* Extended file descriptions */
AUTOHANG
=
(
1
<<
20
)
/* Auto-hang-up after transfer */
WIP
=
(
1
<<
21
)
/* Supports WIP terminal emulation */
AUTOLOGON
=
(
1
<<
22
)
/* AutoLogon via IP */
UFLAG_A
=
(
1
<<
0
)
UFLAG_B
=
(
1
<<
1
)
UFLAG_C
=
(
1
<<
2
)
UFLAG_D
=
(
1
<<
3
)
UFLAG_E
=
(
1
<<
4
)
UFLAG_F
=
(
1
<<
5
)
UFLAG_G
=
(
1
<<
6
)
UFLAG_H
=
(
1
<<
7
)
UFLAG_I
=
(
1
<<
8
)
UFLAG_J
=
(
1
<<
9
)
UFLAG_K
=
(
1
<<
10
)
UFLAG_L
=
(
1
<<
11
)
UFLAG_M
=
(
1
<<
12
)
UFLAG_N
=
(
1
<<
13
)
UFLAG_O
=
(
1
<<
14
)
UFLAG_P
=
(
1
<<
15
)
UFLAG_Q
=
(
1
<<
16
)
UFLAG_R
=
(
1
<<
17
)
UFLAG_S
=
(
1
<<
18
)
UFLAG_T
=
(
1
<<
19
)
UFLAG_U
=
(
1
<<
20
)
UFLAG_V
=
(
1
<<
21
)
UFLAG_W
=
(
1
<<
22
)
UFLAG_X
=
(
1
<<
23
)
UFLAG_Y
=
(
1
<<
24
)
UFLAG_Z
=
(
1
<<
25
)
/* User Questions */
UQ_ALIASES
=
(
1
<<
0
)
/* Ask for alias */
UQ_LOCATION
=
(
1
<<
1
)
/* Ask for location */
...
...
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