Searched refs:szShellTitle (Results 1 – 1 of 1) sorted by relevance
4761 WCHAR szShellTitle[512]; in mch_call_shell() local4764 if (GetConsoleTitleW(szShellTitle, ARRAY_LENGTH(szShellTitle) - 4) > 0) in mch_call_shell()4767 wcscat(szShellTitle, L" :sh"); in mch_call_shell()4774 wcscat(szShellTitle, L" - !"); in mch_call_shell()4775 if ((wcslen(szShellTitle) + wcslen(wn) < in mch_call_shell()4776 ARRAY_LENGTH(szShellTitle))) in mch_call_shell()4777 wcscat(szShellTitle, wn); in mch_call_shell()4778 SetConsoleTitleW(szShellTitle); in mch_call_shell()