|
@@ -108,6 +108,23 @@ namespace Terminal.Gui.Graphs {
|
|
|
return IntersectionRuneType.Crosshair;
|
|
|
}
|
|
|
|
|
|
+ if (Has (set,
|
|
|
+ IntersectionType.PassOverVertical,
|
|
|
+ IntersectionType.StartLeft,
|
|
|
+ IntersectionType.StartRight
|
|
|
+ )) {
|
|
|
+ return IntersectionRuneType.Crosshair;
|
|
|
+ }
|
|
|
+
|
|
|
+ if (Has (set,
|
|
|
+ IntersectionType.PassOverHorizontal,
|
|
|
+ IntersectionType.StartUp,
|
|
|
+ IntersectionType.StartDown
|
|
|
+ )) {
|
|
|
+ return IntersectionRuneType.Crosshair;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
if (Has (set,
|
|
|
IntersectionType.StartLeft,
|
|
|
IntersectionType.StartRight,
|