We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90859a9 commit 14eed86Copy full SHA for 14eed86
UnitTestPSReadLine/UnitTestReadLine.cs
@@ -84,6 +84,7 @@ private enum KeyMode
84
/*Parameter*/ ConsoleColor.White,
85
/*Type*/ ConsoleColor.Yellow,
86
/*Number*/ ConsoleColor.DarkBlue,
87
+ /*Member*/ ConsoleColor.DarkMagenta,
88
};
89
90
private static readonly ConsoleColor[] BackgroundColors = new[]
@@ -98,6 +99,7 @@ private enum KeyMode
98
99
/*Parameter*/ ConsoleColor.DarkYellow,
100
/*Type*/ ConsoleColor.Black,
101
/*Number*/ ConsoleColor.Gray,
102
+ /*Member*/ ConsoleColor.Yellow,
103
104
105
static Dictionary<char, ConsoleKeyInfo> CharToKeyInfo = new Dictionary<char, ConsoleKeyInfo>();
0 commit comments