PowerShell / ConsoleGuiTools

Modules that mix PowerShell and GUIs/CUIs!
https://www.powershellgallery.com/packages/Microsoft.PowerShell.ConsoleGuiTools
MIT License
794 stars 60 forks source link

OCGV: Columns don't always line up #112

Closed tig closed 4 years ago

tig commented 4 years ago

e.g.

Get-PSProfile | ocgv

image

TylerLeonhardt commented 4 years ago

looks like the ellipses code is off by one...

tig commented 4 years ago

yea, I also don't like how much space is taken between the selection checks and first column. Waste.

FWIW, I'm working on changing Terminal.Gui to use just a single glyph to represent multi/single select instead of 3. This will also help.

TylerLeonhardt commented 4 years ago

dupe of #104 fix is in #113