mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-14 16:50:17 +01:00
Add new box design 'caml' by Michael Tiernan
This commit is contained in:
parent
765e5596a2
commit
a2f9088d8d
38
boxes-config
38
boxes-config
@ -2280,4 +2280,42 @@ elastic (n, s, e, w)
|
|||||||
END unicornsay
|
END unicornsay
|
||||||
|
|
||||||
|
|
||||||
|
# ============================================================================
|
||||||
|
|
||||||
|
|
||||||
|
BOX caml
|
||||||
|
|
||||||
|
author "Michael Tiernan <Michael.Tiernan@gMail.com>"
|
||||||
|
revision "1.5"
|
||||||
|
revdate "Wed May 14 11:41:27 EDT 2014"
|
||||||
|
created "Wed May 14 11:41:27 EDT 2014"
|
||||||
|
|
||||||
|
sample
|
||||||
|
(*************)
|
||||||
|
(* *)
|
||||||
|
(* *)
|
||||||
|
(*************)
|
||||||
|
ends
|
||||||
|
|
||||||
|
shapes {
|
||||||
|
nw ("(*") n ("*") ne ("*)")
|
||||||
|
w ("(*") e ("*)")
|
||||||
|
sw ("(*") s ("*") se ("*)")
|
||||||
|
}
|
||||||
|
|
||||||
|
elastic (n,e,s,w)
|
||||||
|
|
||||||
|
padding {
|
||||||
|
horiz 1
|
||||||
|
}
|
||||||
|
|
||||||
|
replace "\\(\\*" with "(+*"
|
||||||
|
replace "\\*\\)" with "*+)"
|
||||||
|
|
||||||
|
reverse "\\(\\+\\*" to "(*"
|
||||||
|
reverse "\\*\\+\\)" to "*)"
|
||||||
|
|
||||||
|
END caml
|
||||||
|
|
||||||
|
|
||||||
#EOF vim: set ai sw=4:
|
#EOF vim: set ai sw=4:
|
||||||
|
Loading…
Reference in New Issue
Block a user