about summary refs log tree commit diff
path: root/Src/Zle/zle_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* 31937: zle -Fw uses widget semantics for file descriptor handlerPeter Stephenson2013-11-071-14/+24
* 31765: If zle starts in viins mark as insertion.Peter Stephenson2013-09-251-0/+7
* users/17908: Keep history line in sync between ZLE and shell.Peter Stephenson2013-08-081-0/+7
* 31483: Call zrefresh() before unqueue()ing signalsMikael Magnusson2013-06-271-0/+2
* 31350: block SIGWINCH nearly all the time, exceptBart Schaefer2013-04-301-0/+10
* 31172: Let vared define custom init and finish hooksFrank Terbeck2013-04-051-7/+14
* 31174: zle: Make sure state changes are refreshed after init hookFrank Terbeck2013-04-051-2/+2
* 30084: `zle -T tc func' for zle testing of termcap outputPeter Stephenson2012-01-051-1/+1
* queue_signals() to prevent adjustwinsize() loop on FreeBSDBart Schaefer2012-01-021-0/+14
* 29643: set incompfunc to zero when executing hook or trap functionPeter Stephenson2011-08-041-5/+0
* 29542: fix crash in hbegin(), remove bad testPeter Stephenson2011-07-121-1/+1
* 29374: exit ZLE immediately if exit pending when keypress expectedPeter Stephenson2011-05-261-2/+2
* Paul 28538 / me 28540 / couple of unposted casts:Peter Stephenson2010-12-201-1/+1
* 28282: new function zlecallhook()Peter Stephenson2010-09-201-21/+3
* 28237: new parameter ZLE_LINE_ABORTEDPeter Stephenson2010-09-081-0/+3
* users/15217: use top-level status when redrawing promptPeter Stephenson2010-07-311-0/+23
* Check the return value of all pipe(), read(), and write() calls.Wayne Davison2009-12-161-1/+1
* 26463: Greg Klanderman: add zle-line-finish widgetPeter Stephenson2009-01-281-0/+13
* 26110: option to allow vared to open to an alternative terminalPeter Stephenson2008-12-091-5/+14
* 26030: fix memory leak in varedOliver Kiddle2008-11-121-0/+1
* 26025: prefer handling user input to zle -F file descriptorPeter Stephenson2008-11-111-8/+15
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-261-1/+1
* 25723: align combining character when popped from input stackPeter Stephenson2008-09-221-0/+1
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-161-3/+2
* 25634: free t before returning if both t and errflag are set.Clint Adams2008-09-081-0/+2
* 25345, 25347: neaten interface from main shell to zlePeter Stephenson2008-07-311-18/+70
* 25272: add zshaddhistory hookPeter Stephenson2008-07-171-1/+1
* 25002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson2008-05-121-9/+10
* 24899: make colour escape sequences configurablePeter Stephenson2008-05-011-0/+1
* 24853: use metafied strings for inner loops over historyPeter Stephenson2008-04-201-7/+10
* 24852: more combining chars falloutPeter Stephenson2008-04-201-1/+1
* 24821: update notes in FAQ on combining characters,Peter Stephenson2008-04-161-0/+6
* typoPeter Stephenson2008-04-031-2/+4
* 24786: handle read -t properly in zle via getbyte()Peter Stephenson2008-04-031-7/+20
* 24782: initial go at highlighting of characters in zle command linesPeter Stephenson2008-04-031-0/+2
* 24703: Src/Zle/zle_main.c: clear trashedzle when first startingBart Schaefer2008-03-111-1/+3
* 24551: Free heap memory after every ZLE commandPeter Stephenson2008-02-141-0/+13
* 24279: allow terminal changes after zle -I to be acquired by main shellPeter Stephenson2007-12-181-1/+13
* 24240: make vared check for trailing garbage earlierPeter Stephenson2007-12-131-0/+4
* 23924: Improve synchronising of character attributes with otherGeoff Wing2007-10-191-0/+2
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-6/+7
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-291-2/+2
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-3/+24
* 23433: fix shift for ZMAXTIMEOUTPeter Stephenson2007-05-131-1/+1
* 23159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson2007-02-081-0/+1
* 22981: Zvi Har'el: bad call from 22952Peter Stephenson2006-11-081-1/+1
* 22924: a couple more metafy_line()/unmetafy_line() problemsPeter Stephenson2006-10-301-0/+1
* 22765: rename some MB_ macros to WC_ for consistency.Peter Stephenson2006-09-231-2/+2
* 22727: "use 'exit' to exit" was suboptimalPeter Stephenson2006-09-171-0/+1
* 22676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson2006-09-101-153/+306