Try some more ansi
This commit is contained in:
parent
40cc08c123
commit
4813c8c77b
@ -6,8 +6,10 @@ void call(String stepName) {
|
|||||||
|
|
||||||
top = '╔' + ('═' * bannerWidth) + '╗'
|
top = '╔' + ('═' * bannerWidth) + '╗'
|
||||||
bottom = '╚' + ('═' * bannerWidth) + '╝'
|
bottom = '╚' + ('═' * bannerWidth) + '╝'
|
||||||
|
ansiColor('xterm') {
|
||||||
echo "$top\n$stepBanner\n$bottom"
|
echo "$top\n$stepBanner\n$bottom"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
// ═ ║ ╒ ╓ ╔ ╕ ╖ ╗ ╘ ╙ ╚ ╛ ╜ ╝ ╞ ╟ ╠ ╡ ╢ ╣ ╤ ╥ ╦ ╧ ╨ ╩ ╪ ╫ ╬
|
// ═ ║ ╒ ╓ ╔ ╕ ╖ ╗ ╘ ╙ ╚ ╛ ╜ ╝ ╞ ╟ ╠ ╡ ╢ ╣ ╤ ╥ ╦ ╧ ╨ ╩ ╪ ╫ ╬
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user