save_position

[TRMW]
save_position=1

Processed when C or QAB programs terminate, or when a C application calls the trm_set_progname() function.

When DP4 programs terminate or the name of the program is changed the current position of the program on screen is usually saved, so that when the program is run again it uses the last position. Occasionally, especially where the Window style of the program as created by the DP4 Terminal manager has been modified from C or C++, this does not work properly, and it is desirable to set a fixed position from the program. You can prevent DP4 from saving the current position of the Windows for a program by adding the line save_position=0 to a [progname] section of the DP4 configuration file.

This option should not normally be specified in the [trmw] section itself unles you want to force the initial position for all DP4 applications.