The following macro to change the title does not work on v25 linux. It works on v25 windows and v24 linux & windows.
==========
#include "slick.sh"
_command void titleset( int flag=3 )
{
_default_option(VSOPTION_APPLICATION_CAPTION_FLAGS,flag);
_config_modify_flags(CFGMODIFY_OPTION);
}