Skip to content
Snippets Groups Projects
Commit 40a91de6 authored by deuce's avatar deuce
Browse files

uscrn() now sets the window title (if possible)

parent 8eebbe08
Branches
Tags
No related merge requests found
......@@ -366,6 +366,7 @@ int uscrn(char *str)
gotoxy(1,api->scrn_len+1);
clreol();
reset_dynamic();
settitle(str);
return(0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment