From e3639cafa2ddcb60e00763dff34b8236c475d99b Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Sun, 25 Feb 2024 22:19:05 +0000 Subject: [PATCH] feat: Posh.Host.UI.Box.MiddleVerticalWall ( Fixes #375 ) --- .../Host/UI/Box/get_MiddleVerticalWall.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/Posh/Host/UI/Box/get_MiddleVerticalWall.md diff --git a/docs/Posh/Host/UI/Box/get_MiddleVerticalWall.md b/docs/Posh/Host/UI/Box/get_MiddleVerticalWall.md new file mode 100644 index 0000000..8235495 --- /dev/null +++ b/docs/Posh/Host/UI/Box/get_MiddleVerticalWall.md @@ -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. + +---