mention mouse/margin translation in NEWS

This commit is contained in:
nick black 2020-05-17 00:01:51 -04:00
parent a6629e2ae8
commit e1c55041c7
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -20,6 +20,7 @@ rearrangements of Notcurses.
* The `streamcb` type definition now accepts a `const struct timespec*` as
its third argument. This is the absolute time viz `CLOCK_MONOTONIC` through
which the frame ought be displayed. The callback must now effect delay.
* Mouse coordinates are now properly translated for any margins.
* 1.4.1 (2020-05-11)
* No user-visible changes (fixed two unit tests).