WINAPI SetConsoleTitle has no effect (Terminal or Konsole)

Questions about Wine on Linux
Locked
TitleBarIssue
Newbie
Newbie
Posts: 1
Joined: Tue Feb 04, 2020 7:33 am

WINAPI SetConsoleTitle has no effect (Terminal or Konsole)

Post by TitleBarIssue »

My console application uses WINAPI SetConsoleTitle() which works fine in Windows on the command window. The title bar though doesn't change in linux terminal windows (e.g. Terminal or Konsole) under wine. (I've only tried Ubuntu desktop with latest wine).

Is there something I can do in my program to make it work? Or is this something that can be supported in Wine in the future? (or is it not supported for a fundamental reason?)
Locked