Commit Diff


commit - 42c3f269af42f88d2d90267a64825425887a3ba0
commit + 500ca6c142bd9cac546b494b19e17f54606ab88e
blob - 1338a09ecdc438b0c6a594dfd54b1810c665e400
blob + cd06db009f8bc60fc5d51788677d317e06e87728
--- mymenu.1
+++ mymenu.1
@@ -63,6 +63,19 @@ space between the prompt and the first completion. In 
 layout the padding is the horizontal spacing between the window edge
 and the text as well as the space up and down the text within the
 completion. The default value is 10.
+.It MyMenu.border.size
+A list of number separated by spaces to specify the border of the
+window. The field is parsed like some CSS properties (i.e. padding),
+that is: if only one value is provided then it'll be used for all
+borders; if two value are given than the first will be used for the
+top and bottom border and the former for the left and right border;
+with three value the first is used for the top border, the second for
+the left and right border and the third for the bottom border. If four
+value are given, they'll be applied to the respective border
+clockwise. Other values will be ignored. The default value is 0.
+.It MyMenu.border.color
+A list of colors for the borders. This field is parsed like the
+MyMenu.border.size. The default value is black.
 .It MyMenu.prompt.background
 The background of the prompt.
 .It MyMenu.prompt.foreground
blob - de28704796b332ce657706a92bde2b5e2daa2f25
blob + d7f30c306a587c5ae051f559385f237c119cf18d
--- mymenu.1.md
+++ mymenu.1.md
@@ -86,6 +86,23 @@ MyMenu.padding
 > and the text as well as the space up and down the text within the
 > completion. The default value is 10.
 
+MyMenu.border.size
+
+> A list of number separated by spaces to specify the border of the
+> window. The field is parsed like some CSS properties (i.e. padding),
+> that is: if only one value is provided then it'll be used for all
+> borders; if two value are given than the first will be used for the
+> top and bottom border and the former for the left and right border;
+> with three value the first is used for the top border, the second for
+> the left and right border and the third for the bottom border. If four
+> value are given, they'll be applied to the respective border
+> clockwise. Other values will be ignored. The default value is 0.
+
+MyMenu.border.color
+
+> A list of colors for the borders. This field is parsed like the
+> MyMenu.border.size. The default value is black.
+
 MyMenu.prompt.background
 
 > The background of the prompt.
@@ -198,4 +215,4 @@ sysexits(3)
 
 Omar Polo <omar.polo@europecom.net>
 
-OpenBSD 6.3 - July 6, 2018
+OpenBSD 6.3 - July 8, 2018