namespace Terminal.Gui; /// The type of Rune that we will use before considering double width, curved borders etc internal enum IntersectionRuneType { None, Dot, ULCorner, URCorner, LLCorner, LRCorner, TopTee, BottomTee, RightTee, LeftTee, Cross, HLine, VLine }