Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: UI fixes for --compact mode #693

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2019

  1. cabal: fix HTTP dep for -fcloud builds

    Signed-off-by: Austin Seipp <as@fastly.com>
    Austin Seipp committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    5d8d0e5 View commit details
    Browse the repository at this point in the history
  2. CompactUI: truncate long lines

    Signed-off-by: Austin Seipp <as@fastly.com>
    Austin Seipp committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    4305efd View commit details
    Browse the repository at this point in the history
  3. CompactUI: clear lines, reset cursor position

    On the final tick, instead of simply moving the cursor back up several
    lines, make it emit a combination of up/clear escape codes for each
    line. This effectively resets the terminal cursor position completely.
    
    Signed-off-by: Austin Seipp <as@fastly.com>
    Austin Seipp committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    30926d3 View commit details
    Browse the repository at this point in the history
  4. CompactUI: better compact output

    Signed-off-by: Austin Seipp <as@fastly.com>
    Austin Seipp committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    23cfd35 View commit details
    Browse the repository at this point in the history