Implement a status line

The status line shows information about the shown file, such as size,
modification time and permissions.
This commit is contained in:
Alexander Kobjolke 2023-09-08 22:04:25 +02:00
parent 2ecde4fea5
commit 10057518cb
7 changed files with 82 additions and 14 deletions

View file

@ -1,6 +1,7 @@
module HCatSpec (spec) where
import HCat.Internal
import HCat.Screen
import Test.Hspec
import Test.Hspec.QuickCheck (prop)