Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Synchronet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
139
Issues
139
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main
Synchronet
Compare Revisions
9f967c88662c8ac93b925b3b69013d533bc603f9...b6a2b71067c53da9c46c2e6e5caabfa2d69a908b
Source
b6a2b71067c53da9c46c2e6e5caabfa2d69a908b
Select Git revision
...
Target
9f967c88662c8ac93b925b3b69013d533bc603f9
Select Git revision
Compare
Commits (2)
misspellings in jsdocs
· 4f9c26f6
Michael Long
authored
Nov 28, 2020
4f9c26f6
Merge branch 'patch-1' into 'master'
· b6a2b710
Rob Swindell
authored
Nov 28, 2020
misspellings in jsdocs See merge request
!40
b6a2b710
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/sbbs3/js_uifc.c
src/sbbs3/js_uifc.c
+2
-4
No files found.
src/sbbs3/js_uifc.c
View file @
b6a2b710
...
...
@@ -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"
...
...