1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-26 22:10:45 +02:00
Commit Graph

5382 Commits

Author SHA1 Message Date
Peter Stephenson
e219f140a5 23986: zmv example for turning spaces into underscores 2007-10-18 13:51:52 +00:00
Peter Stephenson
5128de28f2 23978: zcurses -s with wide characters: use waddwstr() 2007-10-18 08:29:33 +00:00
Clint Adams
4138a4c24c 23982: documentation for zcurses -A. 2007-10-17 20:27:25 +00:00
Clint Adams
1dfd870aa1 23981: add zcurses -A to set window attributes. 2007-10-17 19:06:13 +00:00
Peter Stephenson
5f96c7b5ab 23970: zcurses -i/-e, fix leak, add zcurses -r with no argument
23968 (Vin Shelton): yodl fix
2007-10-17 13:11:08 +00:00
Clint Adams
25e841cdbb 23965: add missing bracket in completion for git svnimport. 2007-10-15 19:46:40 +00:00
Clint Adams
857d147b5b 23964: call endwin() in curses module cleanup. 2007-10-15 16:57:48 +00:00
Clint Adams
bf762680f3 23962: store windows in a linked list instead of a static array, and use strings as window identifiers instead of integers. 2007-10-15 16:49:49 +00:00
Clint Adams
d10721b35e 23958: change target window to be the first argument of zcurses -a. 2007-10-15 13:37:41 +00:00
Clint Adams
951c8cca0f 23957: minor fixes. 2007-10-15 13:30:07 +00:00
Clint Adams
48139337d3 unposted: update for zsh/curses module and documentation. 2007-10-14 17:22:15 +00:00
Clint Adams
ca1c691a74 23954: documentation for zsh/curses module. 2007-10-14 17:14:22 +00:00
Bart Schaefer
7c87209cee unposted and users/12008: Functions/Prompts/prompt_bart_setup,
Functions/Prompts/promptinit: make sure localtraps is unset before assigning
to functions[TRAPWINCH].  emulate zsh to avoid setopts conflicts.  Run precmd
and preexec only if they are defined as functions.
2007-10-14 16:42:06 +00:00
Bart Schaefer
a266a85f7b unposted: make sure localtraps is unset before setting TRAPWINCH. 2007-10-14 16:35:10 +00:00
Bart Schaefer
9b33f07e10 zsh-users/12008: Assert zsh emulation to avoid setopt problems; don't try
to run precmd or preexec if they don't exist.
2007-10-14 16:34:15 +00:00
Clint Adams
84a0da6af9 23952: work with non-wide curses as well. 2007-10-14 04:24:45 +00:00
Clint Adams
fe219a362b 23947: remove apm battery status and add git branch detection. 2007-10-13 13:33:04 +00:00
Clint Adams
b5479cd409 unposted: quote name of aclocal function. 2007-10-13 01:41:53 +00:00
Clint Adams
0db480e32b 23945: autoconf include file for budding out-of-tree module support. 2007-10-12 12:45:50 +00:00
Peter Stephenson
7f3a715c3b 23943 (tweaked): search ncursesw and document this 2007-10-12 10:18:58 +00:00
Clint Adams
2574a0f5c9 23927: don't define struct timezone if ZSH_OOT_MODULE is defined. 2007-10-11 20:32:00 +00:00
Peter Stephenson
af3e2b6fa4 23934: cleveren _expand_alias for "foo" -> "foo blah" expansions 2007-10-11 09:06:19 +00:00
Clint Adams
c05028c195 23923: fold all other curses windowing builtins into zcurses. 2007-10-08 23:23:19 +00:00
Clint Adams
45fe8e9205 23919: have new zcurses builtin replace 4 separate builtins. 2007-10-08 14:11:28 +00:00
Peter Stephenson
abe7b8b1ce 23900: missed ChangeLog entry 2007-10-08 10:26:27 +00:00
Peter Stephenson
f41d769adc arno: 23910: spaces in cases in init script 2007-10-08 08:40:12 +00:00
Clint Adams
a66f502e53 23911: curses windowing module. 2007-10-08 02:04:01 +00:00
Clint Adams
e18276d031 Mikael Magnusson: 23907: add --cached option to git-diff completion. 2007-10-06 01:09:22 +00:00
Clint Adams
c0cb5d31d1 23908: add missing backslash in _git-svn. 2007-10-06 00:58:14 +00:00
Clint Adams
b40b55d556 Mikael Magnusson: 23906: add missing backslash in _git-svn. 2007-10-06 00:48:14 +00:00
Peter Stephenson
9421f9449c unposted, c.f. users/11935: quoting of arguments to unalias 2007-10-05 19:31:01 +00:00
Clint Adams
930d43d7af 23905: remove useless gitdir assignment and scope array locally in new __git_changed_files function. 2007-10-04 08:32:14 +00:00
Clint Adams
79df5a832e Mikael Magnusson: 23903: complete both modified and added files for git commit. 2007-10-04 08:24:32 +00:00
Peter Stephenson
91b9f3d786 23900: Better handling of NO_EQUALS in old completion 2007-10-03 16:18:38 +00:00
Peter Stephenson
0245917d65 Fix ChangeLog corruption 2007-10-03 08:49:59 +00:00
Peter Stephenson
8b1246323f improve configuration handling of termcap/curses 2007-10-02 10:22:26 +00:00
Peter Stephenson
0af9ef0d58 23883: improve precmd documentation
Daniel Qarras: users/11915: .version quoting in _module completion
2007-10-02 09:08:26 +00:00
Clint Adams
5383efac8c Nikolai Weibull: 23889: fix -o completion in git cvsimport. 2007-10-01 19:46:54 +00:00
Clint Adams
ea7809d5a7 Nikolai Weibull: 23888: complete branch names and cached files after git log. 2007-10-01 19:34:53 +00:00
Clint Adams
44b2e3e2b2 Nikolai Weibull: 23879: complete only cached files after git log. 2007-10-01 13:37:31 +00:00
Clint Adams
e0afddb812 Jesse Weinstein: 23878: completion for ranlib. 2007-10-01 13:22:02 +00:00
Clint Adams
cac51ee8c3 23875: complete heads, tags, and files after git log. 2007-09-30 19:41:56 +00:00
Clint Adams
40583814f9 23874: only declare revision_arguments parameter once. 2007-09-30 19:23:13 +00:00
Clint Adams
c92ca0be5b Nikolai Weibull: 23871: fix __cdrdao-drivers typo. 2007-09-30 18:44:35 +00:00
Clint Adams
5696ac5d9c 23872: complete git config in subcommand position. 2007-09-30 18:43:08 +00:00
Clint Adams
cdb57d64ab 23870: completion for git mergetool. 2007-09-30 18:18:17 +00:00
Clint Adams
50a7e9ef29 23868: completion for svn-buildpackage. 2007-09-30 17:41:19 +00:00
Clint Adams
930f7f2c53 23867: completion for dpkg-buildpackage. 2007-09-30 17:24:08 +00:00
Clint Adams
855d0d2d66 23863: completion for lsusb. 2007-09-30 11:39:54 +00:00
Clint Adams
75bf795d60 23863: remove all global variables. 2007-09-30 11:29:35 +00:00