Skip to content

Commit

Permalink
feat: Posh.Host.UI.Box.MiddleVerticalWall ( Fixes #375 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Feb 25, 2024
1 parent b6e9f54 commit e3639ca
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/Posh/Host/UI/Box/get_MiddleVerticalWall.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Posh.Host.UI.Box.get_MiddleVerticalWall()
-----------------------------------------

### Synopsis
Gets a box's middle vertical wall character

---

### Description

Gets the middle vertical wall in a box.

---

### Notes
If the box only has one line, and it is less than 5 characters, the second character will be considered the top wall.

If it only has one character, it will be considered the middle wall.

Otherwise, the character directly left of the middle will be considered the middle wall.

---

0 comments on commit e3639ca

Please sign in to comment.