This commit is contained in:
2026-02-03 17:36:58 +08:00
parent 95efbccacb
commit 2270200b33
3 changed files with 151 additions and 1 deletions

View File

@@ -661,7 +661,7 @@ namespace CMLeonOS
Console.BackgroundColor = ConsoleColor.White;
Console.ForegroundColor = ConsoleColor.Black;
Console.SetCursorPosition(0, 0);
string text = " Nano Editor 1.2";
string text = " CMLeonOS Nano Editor";
Console.WriteLine(text + new string(' ', consoleWidth - text.Length));
string displayName = path == null ? "New File" : System.IO.Path.GetFileName(path);