Border demo: update intersection field names

This commit is contained in:
Jonathan Daugherty 2015-07-17 18:37:11 -07:00
parent 34ea5841d8
commit a2bf4e241a

View File

@ -40,11 +40,11 @@ custom =
, BS.bsCornerTR = '\\'
, BS.bsCornerBR = '/'
, BS.bsCornerBL = '\\'
, BS.bsIntersectionFull = '.'
, BS.bsIntersectionL = '.'
, BS.bsIntersectionR = '.'
, BS.bsIntersectionT = '.'
, BS.bsIntersectionB = '.'
, BS.bsIntersectFull = '.'
, BS.bsIntersectL = '.'
, BS.bsIntersectR = '.'
, BS.bsIntersectT = '.'
, BS.bsIntersectB = '.'
, BS.bsHorizontal = '*'
, BS.bsVertical = '!'
}