mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
tree
This commit is contained in:
2
Nano.cs
2
Nano.cs
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user