index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Modules
/
curses.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
40726: add "zcurses resize" for sane terminal size change
Sebastian Gniazdowski
2017-03-05
1
-0
/
+69
*
40170: Fix up error resetting in curses module.
Sebastian Gniazdowski
2017-03-03
1
-23
/
+12
*
38356: allow integers as curses colours
Sebastian Gniazdowski
2016-04-29
1
-2
/
+14
*
39354: zcurses fix for colour management
Sebastian Gniazdowski
2016-04-29
1
-4
/
+4
*
37868: add 'static' to file local variables
Jun-ichi Takimoto
2016-02-03
1
-1
/
+1
*
37838: use UNUSED() consistently
Jun-ichi Takimoto
2016-01-30
1
-5
/
+5
*
36509: allocate hash table nodes with zshcalloc() to avoid garbage flag values
Barton E. Schaefer
2015-09-12
1
-2
/
+2
*
36489: fix curses bug with hash table for colours
Sebastian Gniazdowski
2015-09-11
1
-1
/
+1
*
Add non-metafied character length handling.
Peter Stephenson
2015-06-12
1
-1
/
+1
*
29382: apply 29374 to zccmd_input too.
Bart Schaefer
2011-05-27
1
-2
/
+2
*
users/15986: handle EINTR in zccmd_input
Bart Schaefer
2011-05-08
1
-4
/
+44
*
Fixed a signed/unsigned compiler warning.
Wayne Davison
2008-10-11
1
-1
/
+1
*
25611, 25613: protect against two possible NULL dereferences.
Clint Adams
2008-09-05
1
-18
/
+22
*
24705: rationalise curses and term headers even more
Peter Stephenson
2008-03-13
1
-20
/
+2
*
Wayne: 24273: curses macros dont return a value
Peter Stephenson
2007-12-17
1
-3
/
+8
*
24252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSD
Peter Stephenson
2007-12-14
1
-1
/
+1
*
24110: change ncurses includes again
Peter Stephenson
2007-11-21
1
-4
/
+4
*
24107: extra search for ncurses headers but dont use if library isnt ncurses
Peter Stephenson
2007-11-20
1
-8
/
+23
*
24089 plus tweak: fix curses on older systems
Peter Stephenson
2007-11-12
1
-7
/
+12
*
Vin Shelton: 24088: error with no multibyte
Peter Stephenson
2007-11-12
1
-1
/
+1
*
24083: add zcurses querychar
Peter Stephenson
2007-11-10
1
-0
/
+116
*
typo in mouse args in 24073
Peter Stephenson
2007-11-08
1
-1
/
+1
*
typo in parameter setting 24073
Peter Stephenson
2007-11-08
1
-1
/
+1
*
typo in parameter setting 24073
Peter Stephenson
2007-11-08
1
-4
/
+4
*
24073 (plus tweak): zcurses mouse handling
Peter Stephenson
2007-11-07
1
-19
/
+230
*
24069: add zcurses_keycodes
Peter Stephenson
2007-11-06
1
-0
/
+12
*
24038: add "zcurses bg"
Peter Stephenson
2007-10-30
1
-24
/
+104
*
adapted 24030: work around Solaris cancelling curses key timeout
Peter Stephenson
2007-10-30
1
-0
/
+12
*
fix crash when colo[u]r is not available in curses
Peter Stephenson
2007-10-29
1
-0
/
+4
*
add zcurses timeout
Peter Stephenson
2007-10-28
1
-1
/
+29
*
24027: subwindows, "touch", optimized refresh
Peter Stephenson
2007-10-28
1
-21
/
+124
*
24026: default colors in zcurses
Peter Stephenson
2007-10-28
1
-0
/
+15
*
24025: new zcurses "clear" and "location" subcommands
Peter Stephenson
2007-10-27
1
-1
/
+1
*
24025: new zcurses "clear" and "location" subcommands
Peter Stephenson
2007-10-27
1
-16
/
+118
*
zcurses input: oops
Peter Stephenson
2007-10-26
1
-1
/
+1
*
24024: add zcurses input with keypad handling
Peter Stephenson
2007-10-26
1
-0
/
+114
*
24018: add zcurses scroll
Peter Stephenson
2007-10-24
1
-0
/
+50
*
24017: fold zcurses color into attr
Peter Stephenson
2007-10-24
1
-80
/
+182
*
24016: compilation with curses and not ncurses
Peter Stephenson
2007-10-24
1
-4
/
+11
*
24012: rename "endwin", "c", and "s" to "endwin", "char", and "string" respec...
Clint Adams
2007-10-23
1
-3
/
+3
*
24011: various tweaks to zcurses commands including rearrangement to dispatching
Peter Stephenson
2007-10-23
1
-268
/
+311
*
24010: fix max arguments for 'zcurses border' to 1.
Clint Adams
2007-10-23
1
-1
/
+1
*
24005: enforce min/max arguments on zcurses commands.
Clint Adams
2007-10-21
1
-2
/
+8
*
24002: change all the subcommands from option letters to words.
Clint Adams
2007-10-20
1
-66
/
+110
*
24001: fix up zcurses -C
Peter Stephenson
2007-10-20
1
-19
/
+25
*
23997: don't delete color pair hash on module unload unless it's been previou...
Clint Adams
2007-10-19
1
-2
/
+3
*
23989: add broken zcurses -C to set window colors.
Clint Adams
2007-10-18
1
-6
/
+123
*
23978: zcurses -s with wide characters: use waddwstr()
Peter Stephenson
2007-10-18
1
-28
/
+20
*
23981: add zcurses -A to set window attributes.
Clint Adams
2007-10-17
1
-8
/
+82
*
23970: zcurses -i/-e, fix leak, add zcurses -r with no argument
Peter Stephenson
2007-10-17
1
-15
/
+50
[next]