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
c6cf19cb
Commit
c6cf19cb
authored
4 years ago
by
Rob Swindell
Browse files
Options
Downloads
Plain Diff
Merge branch 'patch-1' into 'master'
misspellings in jsdocs See merge request
!40
parents
885f1431
8a311e0e
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
src/sbbs3/js_uifc.c
+2
-4
2 additions, 4 deletions
src/sbbs3/js_uifc.c
with
2 additions
and
4 deletions
src/sbbs3/js_uifc.c
+
2
−
4
View file @
c6cf19cb
...
...
@@ -2,8 +2,6 @@
/* Synchronet "uifc" (user interface) object */
/* $Id: js_uifc.c,v 1.46 2020/04/12 20:30:47 rswindell Exp $ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
...
...
@@ -372,11 +370,11 @@ static jsSyncPropertySpec js_properties[] = {
static
char
*
uifc_prop_desc
[]
=
{
"uifc has been initialized"
,
"current mode bits (see uifcdefs.js)"
,
"a change has occured in an input call. You are expected to set this to false before calling the input if you care about it."
,
"a change has occur
r
ed in an input call. You are expected to set this to false before calling the input if you care about it."
,
"save buffer depth (advanced)"
,
"current screen length"
,
"current screen width"
,
"when WIN_FIXEDHEIGHT is set, specifies the hight used by a list method"
,
"when WIN_FIXEDHEIGHT is set, specifies the h
e
ight used by a list method"
,
"delay before a single ESC char is parsed and assumed to not be an ANSI sequence (advanced)"
,
"text that will be displayed if F1 is pressed"
,
"background colour"
...
...
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