From 763219bc4331331351b4180d4775432e9e11f8b2 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 10 Sep 2020 13:34:46 +0200 Subject: Add is_tty field to Context This patch adds the is_tty field to the Context struct that indicates whether stdout is a TTY. This allows us to use TTY features like moving the cursor in our output. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 8672e03..3877847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Unreleased ---------- - Added the `fill` command that fills the SD card of a Nitrokey Storage device with random data + - Added the `termion` dependency in version `1.5.5` - Added SD card usage information to the output of the `status` command for Storage devices -- cgit v1.2.1