You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
Michael Davis 7f5fd63835
Evenly space statusline areas when there isn't space to align middle (#9950)
The refactor in bcf7b263 introduced a possible subtraction with overflow
when the statusline is layed out so that the left or right sides are
larger than the padding it would take to align the center area to the
middle.

When the left or right areas are too large, we can evenly space the
elements rather than trying to align the center area to the middle.
This prevents possible underflows and makes sense visually - it's
still easy to tell the areas apart at a glance.
3 months ago
..
src Evenly space statusline areas when there isn't space to align middle (#9950) 3 months ago
tests Fix panic in surround_replace/delete nested multi-cursor (#9815) 4 months ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump open from 5.0.1 to 5.1.2 (#9854) 4 months ago
build.rs Add icon to Windows executable (#9104) 5 months ago