Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-ansi-terminal
From: Masatake Daimon
Date: 2021-04-23 12:49:00
Message id: 20210423104901.04E0CFA95@cvs.NetBSD.org
Log Message:
Update to ansi-terminal-0.11
Version 0.11
* Remove deprecated getCursorPosition0. (Use getCursorPosition
instead.)
* On Unix-like operating systems, the temporary turning off of echoing
is moved from getReportedCursorPosition to hGetCursorPositon.
* On Unix-like operating systems, fix a bug in getCursorPosition and
hGetCursorPosition, where the console input stream was was not
always clear before the cursor position was emitted into it.
Version 0.10.3
* Add getCursorPosition as a synonym of getCursorPosition0 and
deprecate the latter.
Files: