for (int i = 0; i < opts.Length; i++){ if (!string.IsNullOrWhiteSpace(opts[i])) { Console.WriteLine($"{(option == i + 1 ? decorator : " ")}{opts[i]}\u001b[0m"); }}
case ConsoleKey.UpArrow:case ConsoleKey.LeftArrow: if (arrow1 == "UpArrow" || arrow1 == "LeftArrow") { option = option == 1 ? options : option - 1; } break;
option = arrow1 == "UpArrow" ? (option == 1 ? options : option - 1) : option;
case ConsoleKey.UpArrow: if (arrow1 == "UpArrow") { option = option == 1 ? options : option - 1; } else { } break;
""
if (welcomemsg != ""){ Console.WriteLine($"{welcomemsg}");}Console.ResetColor();if (arrowstousemsg != ""){ Console.WriteLine($"{arrowstousemsg}");}
if (welcomemsg == ""){}else{ Console.WriteLine($"{welcomemsg}");}Console.ResetColor();if (arrowstousemsg == ""){}else{ Console.WriteLine($"{arrowstousemsg}");}