Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-24 | 52477: fix "zcurses mouse delay ..." and one other typo | Bart Schaefer | 1 | -2/+2 | |
2022-12-16 | 51212: remove STOUC() macro | Oliver Kiddle | 1 | -2/+2 | |
This served as a workaround for ancient compilers where casts to unsigned char were broken. | |||||
2020-05-03 | 45729: internal: Add a second parameter to zlinklist2array(), analogously to ↵ | Daniel Shahaf | 1 | -2/+2 | |
hlinklist2array(). Will be used in the next commit. | |||||
2020-01-09 | 45269: Fix misspellings in completions and elsewhere. | Jens Schleusener | 1 | -1/+1 | |
2017-03-05 | 40726: add "zcurses resize" for sane terminal size change | Sebastian Gniazdowski | 1 | -0/+69 | |
2017-03-03 | 40170: Fix up error resetting in curses module. | Sebastian Gniazdowski | 1 | -23/+12 | |
Update comment to remove confusion. The comment was based on incorrecto expectations, and the problems referred to seem to be fixed. | |||||
2016-04-29 | 38356: allow integers as curses colours | Sebastian Gniazdowski | 1 | -2/+14 | |
2016-04-29 | 39354: zcurses fix for colour management | Sebastian Gniazdowski | 1 | -4/+4 | |
Alter internal return code so as not to mask curses error code. | |||||
2016-02-03 | 37868: add 'static' to file local variables | Jun-ichi Takimoto | 1 | -1/+1 | |
2016-01-30 | 37838: use UNUSED() consistently | Jun-ichi Takimoto | 1 | -5/+5 | |
2015-09-12 | 36509: allocate hash table nodes with zshcalloc() to avoid garbage flag values | Barton E. Schaefer | 1 | -2/+2 | |
2015-09-11 | 36489: fix curses bug with hash table for colours | Sebastian Gniazdowski | 1 | -1/+1 | |
2015-06-12 | Add non-metafied character length handling. | Peter Stephenson | 1 | -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. | |||||
2011-05-27 | 29382: apply 29374 to zccmd_input too. | Bart Schaefer | 1 | -2/+2 | |
2011-05-08 | users/15986: handle EINTR in zccmd_input | Bart Schaefer | 1 | -4/+44 | |
2008-10-11 | Fixed a signed/unsigned compiler warning. | Wayne Davison | 1 | -1/+1 | |
2008-09-05 | 25611, 25613: protect against two possible NULL dereferences. | Clint Adams | 1 | -18/+22 | |
2008-03-13 | 24705: rationalise curses and term headers even more | Peter Stephenson | 1 | -20/+2 | |
2007-12-17 | Wayne: 24273: curses macros dont return a value | Peter Stephenson | 1 | -3/+8 | |
2007-12-14 | 24252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSD | Peter Stephenson | 1 | -1/+1 | |
2007-11-21 | 24110: change ncurses includes again | Peter Stephenson | 1 | -4/+4 | |
2007-11-20 | 24107: extra search for ncurses headers but dont use if library isnt ncurses | Peter Stephenson | 1 | -8/+23 | |
2007-11-12 | 24089 plus tweak: fix curses on older systems | Peter Stephenson | 1 | -7/+12 | |
2007-11-12 | Vin Shelton: 24088: error with no multibyte | Peter Stephenson | 1 | -1/+1 | |
2007-11-10 | 24083: add zcurses querychar | Peter Stephenson | 1 | -0/+116 | |
2007-11-08 | typo in mouse args in 24073 | Peter Stephenson | 1 | -1/+1 | |
2007-11-08 | typo in parameter setting 24073 | Peter Stephenson | 1 | -1/+1 | |
2007-11-08 | typo in parameter setting 24073 | Peter Stephenson | 1 | -4/+4 | |
2007-11-07 | 24073 (plus tweak): zcurses mouse handling | Peter Stephenson | 1 | -19/+230 | |
2007-11-06 | 24069: add zcurses_keycodes | Peter Stephenson | 1 | -0/+12 | |
2007-10-30 | 24038: add "zcurses bg" | Peter Stephenson | 1 | -24/+104 | |
2007-10-30 | adapted 24030: work around Solaris cancelling curses key timeout | Peter Stephenson | 1 | -0/+12 | |
2007-10-29 | fix crash when colo[u]r is not available in curses | Peter Stephenson | 1 | -0/+4 | |
2007-10-28 | add zcurses timeout | Peter Stephenson | 1 | -1/+29 | |
2007-10-28 | 24027: subwindows, "touch", optimized refresh | Peter Stephenson | 1 | -21/+124 | |
2007-10-28 | 24026: default colors in zcurses | Peter Stephenson | 1 | -0/+15 | |
2007-10-27 | 24025: new zcurses "clear" and "location" subcommands | Peter Stephenson | 1 | -1/+1 | |
zcurses window "stdscr" various minor zcurses tweaks | |||||
2007-10-27 | 24025: new zcurses "clear" and "location" subcommands | Peter Stephenson | 1 | -16/+118 | |
zcurses window "stdscr" various minor zcurses tweaks | |||||
2007-10-26 | zcurses input: oops | Peter Stephenson | 1 | -1/+1 | |
2007-10-26 | 24024: add zcurses input with keypad handling | Peter Stephenson | 1 | -0/+114 | |
2007-10-24 | 24018: add zcurses scroll | Peter Stephenson | 1 | -0/+50 | |
2007-10-24 | 24017: fold zcurses color into attr | Peter Stephenson | 1 | -80/+182 | |
add some zcurses parameters a bit of tidying | |||||
2007-10-24 | 24016: compilation with curses and not ncurses | Peter Stephenson | 1 | -4/+11 | |
2007-10-23 | 24012: rename "endwin", "c", and "s" to "endwin", "char", and "string" ↵ | Clint Adams | 1 | -3/+3 | |
respectively. | |||||
2007-10-23 | 24011: various tweaks to zcurses commands including rearrangement to dispatching | Peter Stephenson | 1 | -268/+311 | |
2007-10-23 | 24010: fix max arguments for 'zcurses border' to 1. | Clint Adams | 1 | -1/+1 | |
2007-10-21 | 24005: enforce min/max arguments on zcurses commands. | Clint Adams | 1 | -2/+8 | |
2007-10-20 | 24002: change all the subcommands from option letters to words. | Clint Adams | 1 | -66/+110 | |
2007-10-20 | 24001: fix up zcurses -C | Peter Stephenson | 1 | -19/+25 | |
2007-10-19 | 23997: don't delete color pair hash on module unload unless it's been ↵ | Clint Adams | 1 | -2/+3 | |
previously initialized. |