summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/form/frm_driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/codespell-project/codespell#readme The following command was used: ``` codespell -q6 --skip="\ .git,\ *.json,\ ./Copyright.txt,\ ./Help/command/foreach.rst,\ ./Help/prop_test/REQUIRED_FILES.rst,\ ./Help/variable/CTEST_COVERAGE_COMMAND.rst,\ ./Modules/CMakeCheckCompilerFlagCommonPatterns.cmake,\ ./Modules/CMakeRCInformation.cmake,\ ./Modules/Internal/CPack/NSIS.template.in,\ ./Modules/FindMatlab.cmake,\ ./Modules/MatlabTestsRedirect.cmake,\ ./Modules/Platform/Windows-Clang.cmake,\ ./Modules/Platform/Windows-Intel-Fortran.cmake,\ ./Modules/Platform/Windows-MSVC.cmake,\ ./Source/CMakeVersion.cmake,\ ./Source/cmConvertMSBuildXMLToJSON.py,\ ./Source/cmCreateTestSourceList.cxx,\ ./Source/cmGlobalVisualStudio10Generator.cxx,\ ./Source/cmExportBuildFileGenerator.cxx,\ ./Source/cmExportInstallAndroidMKGenerator.cxx,\ ./Source/cmExportInstallFileGenerator.cxx,\ ./Source/cmExportSet.cxx,\ ./Source/cmExportTryCompileFileGenerator.cxx,\ ./Source/cmFindPackageCommand.cxx,\ ./Source/cmInstallCommand.cxx,\ ./Source/cmGeneratorExpressionLexer.cxx,\ ./Source/cmLocalVisualStudio7Generator.cxx,\ ./Source/cmOrderDirectories.cxx,\ ./Source/cmTarget.cxx,\ ./Source/kwsys/*,\ ./Source/QtDialog/CMakeSetupDialog.ui,\ ./Source/CPack/WiX/cmWIXRichTextFormatWriter.cxx,\ ./Source/CTest/cmParseCoberturaCoverage.h,\ ./Tests/CMakeTests/ImplicitLinkInfoTest.cmake.in,\ ./Tests/RunCMake/CPack/tests/DMG_SLA/English.license.rtf,\ ./Tests/RunCMake/CPack/tests/DMG_SLA/German.license.txt,\ ./Tests/RunCMake/CPack/tests/DMG_SLA/German.menu.txt,\ ./Tests/RunCMake/GoogleTest/xml_output.cpp,\ ./Tests/RunCMake/Make/TargetMessages*,\ ./Utilities/*,\ " \ -L "\ dependees,\ endwhile,\ fo,\ filetest,\ helpfull,\ nd,\ objext,\ stoll,\ supercedes,\ superceded,\ vas,\ varn,\ " ```
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-291-2/+2
| | | | | The Debian package checker tool (lintian) detected several typos in CMake.
* ccmake: Cleanup and simplify conditional blocks for HP-UXÅdne Hovda2014-11-181-6/+0
|
* ccmake: Use standard getmaxyx instead of non-standard getmax[xy]Ådne Hovda2014-11-181-11/+2
| | | | | Swap out getmax[xy]() calls for single call to getmaxyx(), to support strict X/Open conformant curses implementations, e.g. HP-UX Xcurses.
* Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-3/+3
|
* ccmake: Remove extra parens around comparisonBrad King2011-02-151-1/+1
| | | | | | | | | | The Clang compiler warns about extra parenthesis in the code if ((form->curpage == field->page)) ~ ^ ~ because the idiom is commonly used when an assignment is intended instead of a comparison. Remove the extra enclosing layer.
* ccmake: Use LSB 4.0 getmaxyx conditionallyBrad King2011-01-051-2/+11
| | | | | Use of 'getmaxyx' works on LSB but does not seem portable to other curses versions.
* ccmake: Use LSB 4.0 curses API conditionallyBrad King2011-01-041-5/+8
| | | | | Use of 'attr_t' and 'wattr_get' works on LSB but does not seem portable to other curses versions.
* ccmake: Port for LSB 4.0 (#11648)Craig Scott2011-01-031-5/+11
| | | | Use getmaxyx instead of getmax[xy]. Avoid using getattrs.
* ERR: Another attempt to remove warnings from missing prototypes.Brad King2002-10-231-1/+1
|
* ENH: Another attempt to fix OSF warnings. Also removed TABS.Brad King2002-10-161-731/+730
|
* ERR: Removed most of the repeated curses declarations. The cause errors on ↵Brad King2002-06-211-0/+3
| | | | other platforms. Grrrr..
* ERR: Added function declarations from curses.h. They are not present on ↵Brad King2002-06-211-0/+15
| | | | some platforms. Fixes warnings about implicit declarations.
* ERR: Fixed compiler warnings when using strict ansi.Brad King2002-06-181-1/+1
|
* ERR: Corrected assertions of pointers to remove warnings.Brad King2002-01-251-9/+9
|
* no c++ comments in c code, duhhhhBill Hoffman2001-12-041-1/+1
|
* ENH: AIX seems to define lines and columns as macros, I undefed themBill Hoffman2001-12-041-0/+4
|
* ERR: Fixed compiler warning for gcc 3.0.Brad King2001-11-141-1/+2
|
* Trying to fix curses.Berk Geveci2001-11-091-6/+16
|
* Trying to fix curses problems.Berk Geveci2001-11-081-1/+3
|
* Fixing problems with curses headers.Berk Geveci2001-11-081-0/+1
|
* Trying to fix curses problems.Berk Geveci2001-11-081-3/+2
|
* HPUX support.Berk Geveci2001-11-051-0/+3
|
* Adding form library.Berk Geveci2001-11-051-0/+3843