docs: update

This commit is contained in:
Dylan Araps 2020-08-04 14:43:32 +03:00
parent 178f14f6ba
commit 9f5c49ab4f
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 9 additions and 0 deletions

9
README
View File

@ -233,3 +233,12 @@ ________________________________________________________________________________
# Afterwards, the variable 'safe' contains the escaped filename. Using
# globals here is a must. Printing to the screen and capturing that
# output is too slow.
* SIGWINCH handler isn't executed until key press is made.
SIGWINCH doesn't seem to execute asynchronously when the script is also
waiting for input. This causes resize to require a key press.
I'm not too bothered by this. It does save me implementing resize logic which
is utter torture. :)