Skip to content
Snippets Groups Projects
Commit b6a2b710 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 9f967c88 4f9c26f6
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!40misspellings in jsdocs
Pipeline #866 passed
...@@ -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 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)" ,"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 height 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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment