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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
zle_refresh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Got rid of unused-variable compiler warning when compiling a
Wayne Davison
2006-01-13
1
-1
/
+1
*
The new "eol" var was being set in singlerefresh(), but not accessed.
Wayne Davison
2006-01-12
1
-1
/
+1
*
- When mbrtowc() returns -2 when given all the remaining chars in a
Wayne Davison
2006-01-12
1
-9
/
+18
*
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
2006-01-09
1
-3
/
+3
*
22009: another double-width character fix
Peter Stephenson
2005-11-21
1
-0
/
+6
*
21971: multibyte version of pfxlen()
Peter Stephenson
2005-11-01
1
-2
/
+0
*
I just noticed that zsh's default icntrl() macro returns true for
Wayne Davison
2005-11-01
1
-3
/
+3
*
- Improved all the "... ? ZWC('?') : (CHAR_VALUE | ZWC('@'))" code
Wayne Davison
2005-11-01
1
-13
/
+5
*
21957: more wide-character refresh stuff
Peter Stephenson
2005-10-30
1
-103
/
+119
*
Got rid of a use of WEOF when MULTIBYTE_SUPPORT is not defined
Wayne Davison
2005-10-28
1
-2
/
+4
*
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
2005-10-28
1
-16
/
+16
*
21942: another extra-wide character fix
Peter Stephenson
2005-10-28
1
-5
/
+29
*
21936: bug deleting extra-wide character
Peter Stephenson
2005-10-25
1
-0
/
+6
*
21930: handle extra-wide characters at end of line
Peter Stephenson
2005-10-24
1
-32
/
+38
*
remove a couple of TODOs
Peter Stephenson
2005-10-21
1
-5
/
+1
*
Got rid of a pointer-type warning by adding a definition for a
Wayne Davison
2005-10-19
1
-1
/
+3
*
21887: Display characters wider than one screen cell correctly.
Peter Stephenson
2005-10-19
1
-83
/
+230
*
21885: Convert some refresh macros into functions.
Peter Stephenson
2005-10-19
1
-153
/
+184
*
21731: handle multibyte characters in prompts correctly
Peter Stephenson
2005-09-17
1
-12
/
+37
*
21622: fix recursive completion call in zrefresh()
Andrey Borzenkov
2005-08-15
1
-1
/
+6
*
Changed several instances of ZWC() used on a string to ZWS().
Wayne Davison
2005-08-11
1
-3
/
+3
*
21593: character arrays wrongly declared with ZLE_UNICODE_SUPPORT
Peter Stephenson
2005-08-10
1
-1
/
+1
*
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
2005-08-10
1
-10
/
+61
*
correct 20928
Peter Stephenson
2005-03-04
1
-1
/
+1
*
20928: null terminate screen lines in zle_refresh.c
Peter Stephenson
2005-03-04
1
-2
/
+8
*
20869: more small Unicode tweaks
Peter Stephenson
2005-02-25
1
-1
/
+2
*
20861: Fix statusline in Unicode, apart from isearch
Peter Stephenson
2005-02-24
1
-7
/
+10
*
20857: rewrite zle_refresh to use wide characters.
Andrey Borzenkov
2005-02-23
1
-169
/
+210
*
20854: more Unicode stuff.
Peter Stephenson
2005-02-23
1
-2
/
+2
*
20752: fix access to ZLE parameters
Peter Stephenson
2005-01-26
1
-1
/
+1
*
* 20751: Src/Zle/zle_refresh.c: use '?' for character conversion error
Clint Adams
2005-01-26
1
-2
/
+2
*
* 20747: some wide char support in the zle refresh code.
Clint Adams
2005-01-26
1
-16
/
+36
*
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
2005-01-14
1
-9
/
+9
*
20126: tidy up before 4.2.1
Peter Stephenson
2004-07-02
1
-1
/
+3
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
1
-2
/
+2
*
Silenced one signed/unsigned comparison compiler warning.
Wayne Davison
2004-05-28
1
-1
/
+1
*
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
2003-10-29
1
-2
/
+2
*
18476: Fix menu selection on Linux console
Andrey Borzenkov
2003-05-05
1
-1
/
+1
*
18306: fix redisplay of rprompt when line shortens
Geoff Wing
2003-02-27
1
-1
/
+1
*
17390: new zle parameters $PREDISPLAY, $POSTDISPLAY
Peter Stephenson
2002-07-01
1
-22
/
+58
*
16635: make sure we display lists in singlelinezle mode
Geoff Wing
2002-02-19
1
-2
/
+2
*
* 16527: Src/Zle/zle_refresh.c: Don't lose the rprompt when
Andrew Main
2002-01-31
1
-1
/
+1
*
16063: add transientrprompt option to remove right prompt from
Geoff Wing
2001-10-24
1
-8
/
+31
*
Don't segv if we were displaying n lines and screen was
Geoff Wing
2001-08-15
1
-1
/
+1
*
15621: display of status line was being mucked up; continuation
Geoff Wing
2001-08-15
1
-119
/
+190
*
Initial revision
Tanaka Akira
1999-04-15
1
-0
/
+1116