Skip to content

Commit

Permalink
Update README about ZLE watchers
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed Jan 16, 2017
1 parent 1b75f36 commit e702ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Start a new async worker with optional parameters, a worker can be told to only

* `-n` notify through `SIGWINCH` signal. Needs to be caught with a `trap '' WINCH` in the process defined by `-p`

**NOTE:** Since zsh version `5.2` (assuming an interactive shell) this option is no longer needed and has no effect. Signaling through `SIGWINCH` has been replaced by a ZLE watcher that is triggered on output from the `zpty` instance (still requires a callback function through `async_register_callback` though).
**NOTE:** When `zsh-async` is used in an interactive shell with ZLE enabled this option is not needed. Signaling through `SIGWINCH` has been replaced by a ZLE watcher that is triggered on output from the `zpty` instance (still requires a callback function through `async_register_callback` though). Technically zsh versions prior to `5.2` do not return the file descriptor for zpty instances, however, `zsh-async` attempts to deduce it anyway.

* `-p` pid to notify (defaults to current pid)

Expand Down

0 comments on commit e702ec4

Please sign in to comment.