mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 15:10:28 +00:00
Fix
This commit is contained in:
parent
c17f3af570
commit
06a7962df2
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ U0 Telnet(U8 *host, U16 port=TELNET_PORT) {
|
|||
|
||||
// CDoc *doc = DocPut;
|
||||
// Fs->display_doc->flags |= DOCF_SIZE_MIN;
|
||||
StrCopy(Fs->task_title, "TELNET - %d:%d", host, port);
|
||||
StrCopy(Fs->task_title, "TELNET");
|
||||
Fs->border_src = BDS_CONST;
|
||||
Fs->border_attr = LTGREEN << 4 + DriveTextAttrGet(':') & 15;
|
||||
Fs->text_attr = BLACK << 4 + WHITE;
|
||||
|
|
Loading…
Reference in a new issue