home *** CD-ROM | disk | FTP | other *** search
- c
- c scrval.fh -- Header file for NDP Fortran-386
- c
- c Copyright (C) MicroWay, Inc., 1989
- c
- c Use this file with the example SCREENIN.F to initialize the
- c screen attributes and key codes that are used in the program.
- c
- c Usage: The following line should appear above the declarations in
- c each program or subprogram that uses the symbolic names
- c listed below.
- c
- c include 'scrval.fh'
- c
- c these are the keyboard scan codes used
-
- PARAMETER (key_null = 0, key_cntrl_c = 3, key_A_cap = 65)
- PARAMETER (key_Z_cap = 90, key_a = 97, key_z = 122)
- PARAMETER (key_0 = 48, key_1 = 49, key_3 = 51, key_9 = 57)
- PARAMETER (key_d = 100, key_m = 109, key_y = 121)
- PARAMETER (key_rt_arrow = -77, key_lt_arrow = -75)
- PARAMETER (key_up_arrow = -72, key_dn_arrow = -80)
- PARAMETER (key_pgup = -73, key_pgdn = -81)
- PARAMETER (key_home = -71, key_end = -79)
- PARAMETER (key_ins = -82, key_del = -83, key_enter = 13)
- PARAMETER (key_backspace = 8, key_esc = 27, key_dash = 45)
- PARAMETER (key_slash = 47, key_backslash = 92, key_alt_h = -35)
- PARAMETER (key_underscore = 95,key_beep = 7)
-
- c these are the available attributes in black and white
-
- PARAMETER(idim = 9,ibright = 7,ireverse_dim = 25,ireverse_bright = 16)
- PARAMETER (ireverse_bright_blinking = 144)
- PARAMETER (ireverse_dim_blinking = 153)
- PARAMETER (iblinking_dim = 137,iblinking_bright = 135)