mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
🆕 pwd命令
This commit is contained in:
@ -119,6 +119,7 @@ void auto_newline()
|
||||
if (pos.x > pos.max_x)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
uart_send(COM1, '\r');
|
||||
uart_send(COM1, '\n');
|
||||
#endif
|
||||
pos.x = 0;
|
||||
@ -127,6 +128,7 @@ void auto_newline()
|
||||
if (pos.y > pos.max_y)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
uart_send(COM1, '\r');
|
||||
uart_send(COM1, '\n');
|
||||
#endif
|
||||
pos.y = pos.max_y;
|
||||
|
Reference in New Issue
Block a user