Browse Source

fix scrollview characters

Charlie Kindel 5 years ago
parent
commit
29c5e26fc7
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Terminal.Gui/ConsoleDrivers/WindowsDriver.cs

+ 4 - 4
Terminal.Gui/ConsoleDrivers/WindowsDriver.cs

@@ -487,16 +487,16 @@ namespace Terminal.Gui {
 
 
 			HLine = '\u2500';
 			HLine = '\u2500';
 			VLine = '\u2502';
 			VLine = '\u2502';
-			Stipple = '\u2592';
-			Diamond = '\u25c6';
+			Stipple = '\u2591';
+			Diamond = '\u25ca';
 			ULCorner = '\u250C';
 			ULCorner = '\u250C';
 			LLCorner = '\u2514';
 			LLCorner = '\u2514';
 			URCorner = '\u2510';
 			URCorner = '\u2510';
 			LRCorner = '\u2518';
 			LRCorner = '\u2518';
 			LeftTee = '\u251c';
 			LeftTee = '\u251c';
 			RightTee = '\u2524';
 			RightTee = '\u2524';
-			TopTee = '\u22a4';
-			BottomTee = '\u22a5';
+			TopTee = '\u252c';
+			BottomTee = '\u2534';
 			Checked = '\u221a';
 			Checked = '\u221a';
 			UnChecked = ' ';
 			UnChecked = ' ';
 			Selected = '\u25cf';
 			Selected = '\u25cf';