Skip to content
Snippets Groups Projects
Commit c6cf19cb authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'patch-1' into 'master'

misspellings in jsdocs

See merge request !40
parents 885f1431 8a311e0e
Branches
Tags
No related merge requests found
......@@ -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 occurred 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 height 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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment