|
From: David M. <dav...@gm...> - 2015-02-26 11:57:45
|
On 26. 2. 2015 2:23, Bill Lee wrote: > It is related to Msys2 only because it is an application being developed using Msys2. Do you get a different result when compiling with some other toolchain, e.g. Microsoft's VC? > I had hoped others having created applications that when launched open a new window would give me some idea of where to go. > > As for the Fonts tab, that is NOT anything I have purposely coded nor asked for in the application. They are "just there", supplied gratuitously by Windows. > > I have attached a sample, not the same program, but exhibiting the characteristic. Huh. So this is basically a console application, but the host window seems to be special. Common terminal windows don't have this menu; see the attached screenshot. Are you compiling this as a normal console application (with `main()`), or as a windowed application with some terminal window component? In the former case, the menu seems to be supplied by some external program (e.g. ConEmu). In the latter case, you need to consult the documentation of the component. -- David Macek |