1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-11 13:01:28 +02:00
Commit graph

59 commits

Author SHA1 Message Date
Jens Schleusener
11dbe4c286 45269: Fix misspellings in completions and elsewhere. 2020-01-09 13:42:02 +00:00
Sebastian Gniazdowski
23275fc8db 40726: add "zcurses resize" for sane terminal size change 2017-03-05 11:25:38 -08:00
Sebastian Gniazdowski
c8005af310 40170: Fix up error resetting in curses module.
Update comment to remove confusion.  The comment was based on
incorrecto expectations, and the problems referred to seem to be fixed.
2017-03-03 10:46:23 +00:00
Sebastian Gniazdowski
fea013b8e8 38356: allow integers as curses colours 2016-04-29 14:01:06 +01:00
Sebastian Gniazdowski
7fc0c2d57d 39354: zcurses fix for colour management
Alter internal return 	code so as not to mask curses error code.
2016-04-29 10:17:44 +01:00
Jun-ichi Takimoto
a4020e10a3 37868: add 'static' to file local variables 2016-02-03 01:25:33 +09:00
Jun-ichi Takimoto
ca3bc0d95d 37838: use UNUSED() consistently 2016-01-30 00:26:23 +09:00
Barton E. Schaefer
6ff0628182 36509: allocate hash table nodes with zshcalloc() to avoid garbage flag values 2015-09-12 09:53:39 -07:00
Sebastian Gniazdowski
89b55d4a5f 36489: fix curses bug with hash table for colours 2015-09-11 18:45:01 +01:00
Peter Stephenson
f1923bdfa6 Add non-metafied character length handling.
Use this in regex module and add test using $'\ua0'.

Rename mb_metacharinit() to mb_charinit() as it does not involve
metafied characters.
2015-06-12 09:30:39 +01:00
Bart Schaefer
8a6222a372 29382: apply 29374 to zccmd_input too. 2011-05-27 13:54:07 +00:00
Bart Schaefer
70fd751a82 users/15986: handle EINTR in zccmd_input 2011-05-08 23:19:11 +00:00
Wayne Davison
b98b8e2c26 Fixed a signed/unsigned compiler warning. 2008-10-11 20:12:18 +00:00
Clint Adams
13f60efbd7 25611, 25613: protect against two possible NULL dereferences. 2008-09-05 00:24:27 +00:00
Peter Stephenson
2ca42b2025 24705: rationalise curses and term headers even more 2008-03-13 11:10:59 +00:00
Peter Stephenson
2fe664de46 Wayne: 24273: curses macros dont return a value 2007-12-17 09:41:08 +00:00
Peter Stephenson
44a9dde5b2 24252: dont define _XOPEN_SOURCE_EXTENDED for curses on OpenBSD 2007-12-14 15:14:04 +00:00
Peter Stephenson
846a8b9075 24110: change ncurses includes again 2007-11-21 09:53:48 +00:00
Peter Stephenson
bb70fc6fe6 24107: extra search for ncurses headers but dont use if library isnt ncurses 2007-11-20 15:48:51 +00:00
Peter Stephenson
1ff856951b 24089 plus tweak: fix curses on older systems 2007-11-12 12:16:50 +00:00
Peter Stephenson
bd6f46103a Vin Shelton: 24088: error with no multibyte 2007-11-12 09:43:54 +00:00
Peter Stephenson
ed54878d7a 24083: add zcurses querychar 2007-11-10 20:29:27 +00:00
Peter Stephenson
e1f77d3e64 typo in mouse args in 24073 2007-11-08 12:13:20 +00:00
Peter Stephenson
bed48e22bc typo in parameter setting 24073 2007-11-08 12:07:10 +00:00
Peter Stephenson
18c57f0aee typo in parameter setting 24073 2007-11-08 12:04:02 +00:00
Peter Stephenson
a563cd8958 24073 (plus tweak): zcurses mouse handling 2007-11-07 22:35:13 +00:00
Peter Stephenson
ea15ee8867 24069: add zcurses_keycodes 2007-11-06 14:14:16 +00:00
Peter Stephenson
2ab1bf71c6 24038: add "zcurses bg" 2007-10-30 21:03:10 +00:00
Peter Stephenson
12a38ba4f7 adapted 24030: work around Solaris cancelling curses key timeout 2007-10-30 11:03:13 +00:00
Peter Stephenson
8fe09747d8 fix crash when colo[u]r is not available in curses 2007-10-29 11:38:13 +00:00
Peter Stephenson
788320264e add zcurses timeout 2007-10-28 20:28:29 +00:00
Peter Stephenson
0919edb315 24027: subwindows, "touch", optimized refresh 2007-10-28 19:52:40 +00:00
Peter Stephenson
52d3fdc80e 24026: default colors in zcurses 2007-10-28 00:21:54 +00:00
Peter Stephenson
0ba9388182 24025: new zcurses "clear" and "location" subcommands
zcurses window "stdscr"
various minor zcurses tweaks
2007-10-27 23:43:26 +00:00
Peter Stephenson
4f3e414a64 24025: new zcurses "clear" and "location" subcommands
zcurses window "stdscr"
various minor zcurses tweaks
2007-10-27 23:42:47 +00:00
Peter Stephenson
4540478d69 zcurses input: oops 2007-10-26 22:04:51 +00:00
Peter Stephenson
7f8e229818 24024: add zcurses input with keypad handling 2007-10-26 21:59:56 +00:00
Peter Stephenson
9fc8fe1785 24018: add zcurses scroll 2007-10-24 22:23:10 +00:00
Peter Stephenson
7489d51823 24017: fold zcurses color into attr
add some zcurses parameters
a bit of tidying
2007-10-24 21:53:48 +00:00
Peter Stephenson
7988fa65fe 24016: compilation with curses and not ncurses 2007-10-24 08:47:43 +00:00
Clint Adams
f9f16d9364 24012: rename "endwin", "c", and "s" to "endwin", "char", and "string" respectively. 2007-10-23 21:16:03 +00:00
Peter Stephenson
7ee95573ff 24011: various tweaks to zcurses commands including rearrangement to dispatching 2007-10-23 20:55:42 +00:00
Clint Adams
2ab16a2cd9 24010: fix max arguments for 'zcurses border' to 1. 2007-10-23 19:56:35 +00:00
Clint Adams
526f86ec15 24005: enforce min/max arguments on zcurses commands. 2007-10-21 21:16:07 +00:00
Clint Adams
dd4bcb2391 24002: change all the subcommands from option letters to words. 2007-10-20 13:40:00 +00:00
Peter Stephenson
4655eb4f99 24001: fix up zcurses -C 2007-10-20 12:15:15 +00:00
Clint Adams
c32078a813 23997: don't delete color pair hash on module unload unless it's been previously initialized. 2007-10-19 20:21:28 +00:00
Clint Adams
ba34574308 23989: add broken zcurses -C to set window colors. 2007-10-18 20:44:12 +00:00
Peter Stephenson
5128de28f2 23978: zcurses -s with wide characters: use waddwstr() 2007-10-18 08:29:33 +00:00
Clint Adams
1dfd870aa1 23981: add zcurses -A to set window attributes. 2007-10-17 19:06:13 +00:00