Alacritty: Ability to apply offset-y to the bottom of lines rather than the top

Created on 7 Jan 2017  路  3Comments  路  Source: alacritty/alacritty

As you can see here, my vim status bar is looking a little distressed:

foo

Increasing offset-y doesn't help because it adds more spacing to the top of the line.

P - low S - config S - render enhancement

Most helpful comment

I think offset should be possible to set in all dimensions.

Example:

offset:
  top: 2.0
  left: 0.0
  right: 0.0
  bottom: 4.0

All 3 comments

I think offset should be possible to set in all dimensions.

Example:

offset:
  top: 2.0
  left: 0.0
  right: 0.0
  bottom: 4.0

an alternate idea would be to expand the offset equally in both directions, keeping things aligned as expected.

It is possible to set a negative y offset.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

davidhewitt picture davidhewitt  路  3Comments

nikkon-dev picture nikkon-dev  路  3Comments

zethra picture zethra  路  3Comments

Determinant picture Determinant  路  3Comments

kekePower picture kekePower  路  3Comments