about summary refs log tree commit diff
path: root/Src/Modules/curses.c
Commit message (Collapse)AuthorAgeFilesLines
* 45729: internal: Add a second parameter to zlinklist2array(), analogously to ↵Daniel Shahaf2020-05-031-2/+2
| | | | | | hlinklist2array(). Will be used in the next commit.
* 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-091-1/+1
|
* 40726: add "zcurses resize" for sane terminal size changeSebastian Gniazdowski2017-03-051-0/+69
|
* 40170: Fix up error resetting in curses module.Sebastian Gniazdowski2017-03-031-23/+12
| | | | | Update comment to remove confusion. The comment was based on incorrecto expectations, and the problems referred to seem to be fixed.
* 38356: allow integers as curses coloursSebastian Gniazdowski2016-04-291-2/+14
|
* 39354: zcurses fix for colour managementSebastian Gniazdowski2016-04-291-4/+4
| | | | Alter internal return code so as not to mask curses error code.
* 37868: add 'static' to file local variablesJun-ichi Takimoto2016-02-031-1/+1
|
* 37838: use UNUSED() consistentlyJun-ichi Takimoto2016-01-301-5/+5
|
* 36509: allocate hash table nodes with zshcalloc() to avoid garbage flag valuesBarton E. Schaefer2015-09-121-2/+2
|
* 36489: fix curses bug with hash table for coloursSebastian Gniazdowski2015-09-111-1/+1
|
* Add non-metafied character length handling.Peter Stephenson2015-06-121-1/+1
| | | | | | | Use this in regex module and add test using $'\ua0'. Rename mb_metacharinit() to mb_charinit() as it does not involve metafied characters.
* 29382: apply 29374 to zccmd_input too.Bart Schaefer2011-05-271-2/+2
|
* users/15986: handle EINTR in zccmd_inputBart Schaefer2011-05-081-4/+44
|
* Fixed a signed/unsigned compiler warning.Wayne Davison2008-10-111-1/+1
|
* 25611, 25613: protect against two possible NULL dereferences.Clint Adams2008-09-051-18/+22
|
* 24705: rationalise curses and term headers even morePeter Stephenson2008-03-131-20/+2
|
* Wayne: 24273: curses macros dont return a valuePeter Stephenson2007-12-171-3/+8
|
* 24252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSDPeter Stephenson2007-12-141-1/+1
|
* 24110: change ncurses includes againPeter Stephenson2007-11-211-4/+4
|
* 24107: extra search for ncurses headers but dont use if library isnt ncursesPeter Stephenson2007-11-201-8/+23
|
* 24089 plus tweak: fix curses on older systemsPeter Stephenson2007-11-121-7/+12
|
* Vin Shelton: 24088: error with no multibytePeter Stephenson2007-11-121-1/+1
|
* 24083: add zcurses querycharPeter Stephenson2007-11-101-0/+116
|
* typo in mouse args in 24073Peter Stephenson2007-11-081-1/+1
|
* typo in parameter setting 24073Peter Stephenson2007-11-081-1/+1
|
* typo in parameter setting 24073Peter Stephenson2007-11-081-4/+4
|
* 24073 (plus tweak): zcurses mouse handlingPeter Stephenson2007-11-071-19/+230
|
* 24069: add zcurses_keycodesPeter Stephenson2007-11-061-0/+12
|
* 24038: add "zcurses bg"Peter Stephenson2007-10-301-24/+104
|
* adapted 24030: work around Solaris cancelling curses key timeoutPeter Stephenson2007-10-301-0/+12
|
* fix crash when colo[u]r is not available in cursesPeter Stephenson2007-10-291-0/+4
|
* add zcurses timeoutPeter Stephenson2007-10-281-1/+29
|
* 24027: subwindows, "touch", optimized refreshPeter Stephenson2007-10-281-21/+124
|
* 24026: default colors in zcursesPeter Stephenson2007-10-281-0/+15
|
* 24025: new zcurses "clear" and "location" subcommandsPeter Stephenson2007-10-271-1/+1
| | | | | zcurses window "stdscr" various minor zcurses tweaks
* 24025: new zcurses "clear" and "location" subcommandsPeter Stephenson2007-10-271-16/+118
| | | | | zcurses window "stdscr" various minor zcurses tweaks
* zcurses input: oopsPeter Stephenson2007-10-261-1/+1
|
* 24024: add zcurses input with keypad handlingPeter Stephenson2007-10-261-0/+114
|
* 24018: add zcurses scrollPeter Stephenson2007-10-241-0/+50
|
* 24017: fold zcurses color into attrPeter Stephenson2007-10-241-80/+182
| | | | | add some zcurses parameters a bit of tidying
* 24016: compilation with curses and not ncursesPeter Stephenson2007-10-241-4/+11
|
* 24012: rename "endwin", "c", and "s" to "endwin", "char", and "string" ↵Clint Adams2007-10-231-3/+3
| | | | respectively.
* 24011: various tweaks to zcurses commands including rearrangement to dispatchingPeter Stephenson2007-10-231-268/+311
|
* 24010: fix max arguments for 'zcurses border' to 1.Clint Adams2007-10-231-1/+1
|
* 24005: enforce min/max arguments on zcurses commands.Clint Adams2007-10-211-2/+8
|
* 24002: change all the subcommands from option letters to words.Clint Adams2007-10-201-66/+110
|
* 24001: fix up zcurses -CPeter Stephenson2007-10-201-19/+25
|
* 23997: don't delete color pair hash on module unload unless it's been ↵Clint Adams2007-10-191-2/+3
| | | | previously initialized.
* 23989: add broken zcurses -C to set window colors.Clint Adams2007-10-181-6/+123
|
* 23978: zcurses -s with wide characters: use waddwstr()Peter Stephenson2007-10-181-28/+20
|