/* $Id: CONFIG.H 2.4 1995/07/20 11:24:33 leon Exp $
 */

/** Initial terminal prompt **/
#define PROMPT "@" 

/** Name of the .INI file **/
#define INIFILENAME  "gisel.ini"

/** Name of the desktop file **/
#define DESKTOP_FILE "gisel.dsk"

/** Name of the help file **/
#define HELP_FILENAME "GISEL.HLP"



/*
 * Window numbers which can be accessed by pressing ALT-Number
 */
const ushort 
  JobManagerWndNum      = 1,
  PositionWndNum        = 2,
  ManualMotionWndNum    = 3,
  TranslateWndNum       = 4,
  TerminalWndNum        = 5,
  LogWindowWndNum       = 6,
  OutputWndNum          = 9;



syntax highlighted by Code2HTML, v. 0.9.1