From abf2b2cac6fc1f656e6e0925c8fe8163be923998 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 6 Feb 2016 11:11:17 +1100 Subject: [PATCH] Changelog --- 1.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.1.md b/1.1.md index bbdb70c8..38d5343e 100644 --- a/1.1.md +++ b/1.1.md @@ -8,7 +8,7 @@ - Fix padding escape codes on BSD systems. - Swap escape codes from `\e` to `\033` for consistency. - We only move the cursor to the bottom of the terminal in w3m/iterm2 rendering modes. -- Cursor position is now dynamic based on the height of the ascii and info text. +- Cursor position is now dynamic in ascii mode based on the height of the ascii and info text. - If images and ascii are off, don't clear the terminal - The script now exits correctly instead of always exiting with status code `1` - If the script exits for any reason, unhide the cursor.