summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/form/frm_post.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix misc. typosluz.paz2018-06-041-1/+1
| | | | Found via `codespell` and `grep`
* ccmake: Use standard getmaxyx instead of non-standard getmax[xy]Ådne Hovda2014-11-181-5/+0
| | | | | Swap out getmax[xy]() calls for single call to getmaxyx(), to support strict X/Open conformant curses implementations, e.g. HP-UX Xcurses.
* ccmake: Use LSB 4.0 getmaxyx conditionallyBrad King2011-01-051-0/+5
| | | | | Use of 'getmaxyx' works on LSB but does not seem portable to other curses versions.
* ccmake: Port for LSB 4.0 (#11648)Craig Scott2011-01-031-1/+3
| | | | Use getmaxyx instead of getmax[xy]. Avoid using getattrs.
* Adding form library.Berk Geveci2001-11-051-0/+117