Skip to content

Commit

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

### Synopsis
Gets a box's top wall character

---

### Description

Gets the top 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 top wall.

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

---

0 comments on commit 0d6ca6f

Please sign in to comment.