From 2a51dcb57279b986b15fd692324280c58e40e80c Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Sat, 21 Jan 2017 20:01:42 -0800 Subject: [PATCH] vty-examples: package description cleanup --- test/vty-examples.cabal | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/test/vty-examples.cabal b/test/vty-examples.cabal index a7ca784..2a4ec9e 100644 --- a/test/vty-examples.cabal +++ b/test/vty-examples.cabal @@ -8,16 +8,21 @@ homepage: https://github.com/jtdaugherty/vty category: User Interfaces synopsis: Examples programs using the vty library. description: - vty is terminal GUI library in the niche of ncurses. It is intended to be easy to use, have no - confusing corner cases, and good support for common terminal types. + vty is terminal GUI library in the niche of ncurses. It is intended to + be easy to use, have no confusing corner cases, and good support for + common terminal types. . - vty-interactive-terminal-test - interactive test. Useful for building a bug report for vtys author. + vty-interactive-terminal-test - interactive test. Useful for building + a bug report for vtys author. . - vty-event-echo - view a input event log for vty. Example of interacting with user. + vty-event-echo - view a input event log for vty. Example of + interacting with user. . - vty-rogue - A bad rogue-like game. Go from the entrance to exit. Example of layers + vty-rogue - A bad rogue-like game. Go from the entrance to exit. + Example of layers . - vty-benchmark - benchmarks vty. A series of tests that push random pictures to the terminal. + vty-benchmark - benchmarks vty. A series of tests that push random + pictures to the terminal. . © Corey O'Connor; BSD3 license. .