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
b6a2b710
Commit
b6a2b710
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
9f967c88
4f9c26f6
No related branches found
No related tags found
2 merge requests
!463
MRC mods by Codefenix (2024-10-20)
,
!40
misspellings in jsdocs
Pipeline
#866
passed
4 years ago
Stage: build
Changes
1
Pipelines
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 @
b6a2b710
...
@@ -2,8 +2,6 @@
...
@@ -2,8 +2,6 @@
/* Synchronet "uifc" (user interface) object */
/* 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.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
...
@@ -372,11 +370,11 @@ static jsSyncPropertySpec js_properties[] = {
...
@@ -372,11 +370,11 @@ static jsSyncPropertySpec js_properties[] = {
static
char
*
uifc_prop_desc
[]
=
{
static
char
*
uifc_prop_desc
[]
=
{
"uifc has been initialized"
"uifc has been initialized"
,
"current mode bits (see uifcdefs.js)"
,
"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)"
,
"save buffer depth (advanced)"
,
"current screen length"
,
"current screen length"
,
"current screen width"
,
"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)"
,
"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"
,
"text that will be displayed if F1 is pressed"
,
"background colour"
,
"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