Subversion Repositories SvarDOS

Rev

Rev 898 | Rev 1035 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 898 Rev 908
Line 40... Line 40...
40
 
40
 
41
/* keyboard layouts and locales */
41
/* keyboard layouts and locales */
42
#include "keylay.h"
42
#include "keylay.h"
43
#include "keyoff.h"
43
#include "keyoff.h"
44
 
44
 
-
 
45
/* prototype of the int24hdl() function defined in int24hdl.asm */
-
 
46
void int24hdl(void);
-
 
47
 
-
 
48
 
45
/* color scheme (color, mono) */
49
/* color scheme (color, mono) */
46
static unsigned short COLOR_TITLEBAR[2] = {0x7000,0x7000};
50
static unsigned short COLOR_TITLEBAR[2] = {0x7000,0x7000};
47
static unsigned short COLOR_BODY[2] = {0x1700,0x0700};
51
static unsigned short COLOR_BODY[2] = {0x1700,0x0700};
48
static unsigned short COLOR_SELECT[2] = {0x7000,0x7000};
52
static unsigned short COLOR_SELECT[2] = {0x7000,0x7000};
49
static unsigned short COLOR_SELECTCUR[2] = {0x1F00,0x0700};
53
static unsigned short COLOR_SELECTCUR[2] = {0x1F00,0x0700};
Line 903... Line 907...
903
  int targetdrv;
907
  int targetdrv;
904
  int sourcedrv;
908
  int sourcedrv;
905
  int action;
909
  int action;
906
  const char *buildstring = "###";
910
  const char *buildstring = "###";
907
 
911
 
-
 
912
  /* setup the internal int 24h handler ("always fail") */
-
 
913
  int24hdl();
-
 
914
 
908
  if (argc != 1) buildstring = argv[1];
915
  if (argc != 1) buildstring = argv[1];
909
 
916
 
910
  sourcedrv = get_cur_drive() + 'A';
917
  sourcedrv = get_cur_drive() + 'A';
911
 
918
 
912
  /* init screen and detect mono status */
919
  /* init screen and detect mono status */