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

Consider adding padding and line height options #245

Closed
antcook opened this issue Apr 22, 2016 · 6 comments
Closed

Consider adding padding and line height options #245

antcook opened this issue Apr 22, 2016 · 6 comments
Assignees
Labels
Milestone

Comments

@antcook
Copy link

antcook commented Apr 22, 2016

bash

I think text can sometimes be hard to read as it's nearly flush with the left edge of the window. (see red) Also text can be hard to read because it is too close together (see green).

To combat these issues and improve accessibility, a lot of terminals have padding and line height options. I think this will be a great addition and help readability for both visual impaired and non-visual impaired users alike, especially when using for long periods..

@LFBernardo
Copy link

maybe add the option to modify the visual profile like on Ubuntu itself? adjustable fonts, text size etc...

image

@antcook
Copy link
Author

antcook commented Apr 22, 2016

@LFBernardo I like this idea, but if this isn't feasible, some sort of config file would do trick also, kinda like how text editors do it, for example:

{
 "text-size": 16,
  "padding": 10,
  "line-height": 1.5
}

Maybe not in JSON format, but you get the idea, there are certainly multiple ways of going about implementing this.

@LFBernardo
Copy link

that could work as well, should be easy enough to create a wrapper for a conf file like that for the plebs that don't understand it as well....

@mgleadow
Copy link

On a related theme the ability to change colour palettes as per the Ubuntu terminal screenshot above would also be valuable

@bitcrazed
Copy link
Contributor

Many great ideas here. Parking this in our backlog for future consideration for now.

@bitcrazed
Copy link
Contributor

Thanks for your suggestions, we've taken them on-board and will incorporate into our future Console improvements.

Closing for now because

  1. This is the WSL repo and we now have a Console issues repo
  2. GitHub doesn't enable issues to be migrated between repo's while preserving poster's identity, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants