mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-09 17:41:36 +00:00
...
This commit is contained in:
parent
cc3b71154d
commit
3fc29e0d11
1 changed files with 3 additions and 3 deletions
|
|
@ -581,9 +581,9 @@ frame. To change the current frame, use the ``c`` key::
|
|||
This will make the seventh frame in the image with id ``3`` the current frame.
|
||||
|
||||
However, client driven animations can be sub-optimal, since the latency between
|
||||
the two is unknown and variable especially over the network. Also they require
|
||||
the client to remain running for the lifetime of the animation, which is not
|
||||
desirable for cat like utilities.
|
||||
the client and terminal is unknown and variable especially over the network.
|
||||
Also they require the client to remain running for the lifetime of the
|
||||
animation, which is not desirable for cat like utilities.
|
||||
|
||||
Terminal driven animations are achieved by the client specifying *gaps* (time
|
||||
in milliseconds) between frames and instructing the terminal to stop or start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue