Skip to content

Commit

Permalink
feat: Posh.Host.UI.Box.GetBorderLine ( Fixes #373 )
Browse files Browse the repository at this point in the history
Fixing Middle Wall
  • Loading branch information
StartAutomating authored and StartAutomating committed Feb 25, 2024
1 parent ae85644 commit 07b775d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Posh.types.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,7 @@ $this."${lineType}Left",

if (-not $wall) { $wall = ' '}
if (-not $left) { $left = $this.LeftWall }
if (-not $middle) { $middle = $this.MiddleWall }
if (-not $right) { $right = $this.RightWall }
if (-not $ColumnWidth) {
return $(switch ($width) {
Expand Down

0 comments on commit 07b775d

Please sign in to comment.