diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2003-05-02 10:58:52 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-05-02 10:58:52 +0000 |
| commit | 48d0166c1c23443c662e10dc758b1a4662ba9110 (patch) | |
| tree | 26d9694aa7617cdc20fb21194558f070b2dd2534 /Etc/NEWS | |
| parent | 18492: Provide partial fix for multios and output process substitution (diff) | |
| download | zsh-48d0166c1c23443c662e10dc758b1a4662ba9110.tar zsh-48d0166c1c23443c662e10dc758b1a4662ba9110.tar.gz zsh-48d0166c1c23443c662e10dc758b1a4662ba9110.tar.bz2 zsh-48d0166c1c23443c662e10dc758b1a4662ba9110.tar.lz zsh-48d0166c1c23443c662e10dc758b1a4662ba9110.tar.xz zsh-48d0166c1c23443c662e10dc758b1a4662ba9110.tar.zst zsh-48d0166c1c23443c662e10dc758b1a4662ba9110.zip | |
18497: minor tweaks to info and tcp_spam
Diffstat (limited to 'Etc/NEWS')
| -rw-r--r-- | Etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -51,13 +51,14 @@ Line editor: - supplied highly configurable word widgets forward-word-match etc., can set what constitutes a word interactively or in startup script (implement bash-style behaviour, replacing previous bash-* word widgets) -- interface to increment search via $LASTSEARCH +- interface to incremental search via $LASTSEARCH - better handling of keymaps in zle and widgets - better support for output from user-defined widgets while zle is active - tetris game which runs entirely in zle Local internal improvements: - disowned jobs are automatically restarted +- \u and \U print escapes for Unicode - line numbers in error messages and $PS4 output are more consistent - `=prog' expands only paths, no longer aliases for consistency - job display in prompts; `jobs' command output can be piped @@ -65,7 +66,7 @@ Local internal improvements: - rand48() function for better randomness in arithmetic (if the corresponding math library function is present) - $SECONDS parameter can be made floating point via `typeset -F SECONDS' - for better accuracy + for better timing accuracy - improvements to command line history mechanism - many bugfixes |
