************************************************************************
(6).INI file.
************************************************************************
   - INI file with default parameter value is written by INI command.
     "#" is sign of start of comment,use it as alternative of delete
     the line.

   - [FUNCTION] section.
      .Coding sample

       (function name)       (key name)  (cmd verb)    (cmd alias)
        Swap              =   F9        = SWA        =  W

      .Assign function key to a function.
       Duplicated assign is not allowed except following two case.
       First is between Graphic char of English mode and Japanese mode.
       Second is between two functions,effective screen type is not
       duplicated.Such as F10 is shift right on edit screen and
       command copy on dirlist screen.
      .See INI file for detail how to assign.
       Warning. Shift+Esc etc may be intercepted by OS/2 or Win95.
                Difference may exist beteween key board type when use
                ALt+char key other than alphabetic like as (-) (:).
      .To reset default assignment you must assign other key or
       assign null by typing (#) after (=).Default is yet effective
       even if you nullify the whole line putting (#) before function name.
       Check duplication with also default assingment when duplication
       error msg is issued.
       You cannot reset fixed assignment indicated by (*).
       Functions require operand is basicaly for command name only,
       key may not be assigned.

   - [OTHER] section
       Some of following option can be override by exe parameter.
       (Check exe parameter by "xe /?")
       Format   Keyword = Value.
       or       Keyword =CID column=CID flag=CID type (for CID list)
       In the following,default value is typed as right value.
       But in the INI file written by INI command,default value is
       typed in the parenthesis after the comment sign(#)

       .Command_Stack      =20
         command stack depth for command retrieve.

       .Init_Heap_Block    =5
         initial memory allocation block count by unit of 64KB
         (effective for OS/2 version only,debug purpose only)

       .Confirm_CANCEL     =1
         confirm(1) or not(0) when CANCEL update

       .Confirm_SAVE       =1
         confirm(1) or not(0) when override file by SAVE file command.

       .Confirm_UNDO       =1
         confirm(1) or not(0) when UNDO updated line.

       .Dump_When_Err      =1
         write dump(1) or not(0) for debug when internal error detected.
         (cause abend for OS/2 and WIN version)

#ifdef UNX
#else
       .R-Ctl_ENTER        =0
         assign(1) Right-Ctrl key to function "Execute+Next line" and
         Enter key to function "Next line",or not(0).
#endif

       .InsertLine_Indent  =1
         Indent cursor positioning under the first non space char of
         preceding line when line inserted(1),or not(0).

       .Change_ID_Type_C   =68="//"= C,H,CPP,HPP
        Change_ID_Type_ASM =68=";;"= ASM
        Change_ID_Type_DOC =71="||"= DOC,ME
        Change_ID_Type_4 --->Change_ID_Type_9
         "CID column position,2 byte prefix and file extension" list.
         Up to 2 byte postfix can be specified like as "//,??".
         "//" is prefix,"??" is postfix.
         The line with position=0 is ignored.

       .Fixed_CID_prefix   ="CID:"
         Fixed CID specification prefix ID(Used on first line of each
         file,max 15 byte prefix).String following this string is used
         as CID.(") is only needed when use space char.
         see (0)-(E)."CID (Change ID)".

       .Initial_Ins_Mode   =0
         Insert(1) or Replace(0) mode at start.

       .Box_Ins_Cursor     =1
         Use box type cursor(half height) for insert(1) or rep(0) mode.

#ifdef UNX
#else
       .EOF(^Z)_Write      =3
         EOF id(0x1a) write option when file save.
         0:write no EOF
         1:write EOF
         2:write when input file has it and write for new file
         3:write when input file has it and write no EOF for new file
         (note)When patial file edit case by end line parameter
               last part of file is copied,so this parm is ignored and
               EOF char is written when input file has it.
#endif

       .ASCII_only         =0
         Accept char 0x01-->0x1f by Ctrl+a etc. which is not assigned
         to any function(0) or reject(1).

       .Beep               =1
         Set 0 if you feel beep sound is noisy.

#ifdef UNX
       .(J)Valid_Ctrl_char = 00000000000000000000000000000000
        (E)Valid_Ctrl_char = 00000000000000000000000000000000
#else
       .(J)Valid_Ctrl_char = 00000000000000000000000000100000
        (E)Valid_Ctrl_char = 00000000000000000000000000100000
#endif
                        x--> 0123456789ABCDEF0123456789ABCDEF
                     ctrl+   2abcdefghijklmnopqrstuvwxyz[\]6-
         (J):for Japanese mode screen, (E):for English mode screen
         first byte is coresponding to 0x00 and last is to 0x1f.
         0 mean accept and 1 mean reject corresponding char.
         If Ctrl key combination assigned to a function,it is not avail
         as input char.
#ifdef UNX
#else
         Not acceptable control char default is as following.
         (Japanese mode):Ctrl+ z(1a)
         (English mode) :Ctrl+ z(1a)
         (note).
           0x1a:end of file except under OS/2,it cannot be read into
                after the 0x1a.So,Edit write may cut file unexpectedly.
#endif

#ifdef UNX
       .(J)Disp_trans_tbl = 00 = 1111111111111111
        (J)Disp_trans_tbl = 10 = 1111111111111111
        (J)Disp_trans_tbl = 70 = 0000000000000001
        (J)Disp_trans_tbl = 80 = 1000000000000000
        (J)Disp_trans_tbl = A0 = 1000000000000000
        (J)Disp_trans_tbl = F0 = 0000000000000111

       .(E)Disp_trans_tbl = 00 = 1000000011101111
        (E)Disp_trans_tbl = 10 = 0000000000010000
        (E)Disp_trans_tbl = 70 = 0000000000000001
        (E)Disp_trans_tbl = 90 = 0000000000010000
        (E)Disp_trans_tbl = F0 = 0000000000000001
#else
       .(J)Disp_trans_tbl = 00 = 1000000010101100
        (J)Disp_trans_tbl = 10 = 0101000010000000
        (J)Disp_trans_tbl = 70 = 0000000000000001
        (J)Disp_trans_tbl = 80 = 1000000000000000
        (J)Disp_trans_tbl = A0 = 1000000000000000
        (J)Disp_trans_tbl = F0 = 0000000000000111

        (E)Disp_trans_tbl = 00 = 1000000000000000
        (E)Disp_trans_tbl = F0 = 0000000000000001
#endif

         (J):for Japanese mode screen, (E):for English mode screen
         Specify un-displayable char table.Un-displayable char is
         displayed using special char specified on Disp_trans_char
         parameter.

         Format: x0 = yyyyyyyyyyyyyyyy
         x : 0 to F (mean offset 00 to F0)
         y : 0 or 1 (1 mean un-displayable char),just 16 byte string.
         You need not specify all '0' line.
         But specify at least a line to deny default.

#ifdef AIX    //**** AIX ****
       .(J)Disp_trans_char =2E
        (E)Disp_trans_char =2E
#else
       .(J)Disp_trans_char =0E
        (E)Disp_trans_char =16
#endif
          (J):for Japanese mode screen, (E):for English mode screen
          Specify alternative char of un-displayable char specified
          on Disp_trans_tbl parameter.
          Use other than 0x30-->0x39.

#ifdef AIX    //**** AIX ****
       .(J)Tab_disp_char   =5E2C    // ^,
        (E)Tab_disp_char   =5E2C    // ^,
#else
       .(J)Tab_disp_char   =1C1E
        (E)Tab_disp_char   =181A
#endif
          (J):for Japanese mode screen, (E):for English mode screen
          Specify display Tab(0x09) and its following space by Tab.
          Use other than 0x30-->0x39.
#ifdef AIX    //**** AIX ****
          Default is Tab       :'^('
                     Tab-skip  :','
#else
          Default is Tab       :Up-arrow    :(E)0x18,(J)0x1c
                     Tab-skip  :Right arrow :(E)0x1a,(J)0x1e
#endif

#ifdef UNX
       .DBCSspace_dispchar =21
#else
       .DBCSspace_dispchar =14
#endif
#ifdef LNX
          Japanese mode only.Use to display DBCS space(EUC:0xa1a1).
#else
          Japanese mode only.Use to display DBCS space(SJIS:0x8140).
#endif
          Use other than 0x30-->0x39.
#ifdef UNX
          Default is 2 byte !  :0x21
#else
          Default is shadow box:0x14
#endif

#ifdef UNX
#else
       .Keyboard_Speed     =30
        Keyboard_Delay     =250
        Kbd_Speed_at_exit  =30
        Kbd_Delay_at_exit  =250
         Keyboard type speed for entry to and exit from editor.
         Speed:acceptable char count per second when cotinue to press
               same key.
               specify value from 0 to 31.
         Delay:delay time to accept second char when cotinue to press
               same key.
               specify 4 level value 250,500,750 and 1000.
         (If both Speed and Delay is 0,no change is done)
#endif

       .DirList_Indent     =1
         How display file name on directory list,
         same start column for all(0),or set indentation by path level.

#ifdef UNX
    #ifdef LNX
       .XPrint_Command     ="xprint.sh"
    #else
       .XPrint_Command     ="xprint"
    #endif
#else
       .XPrint_Command     ="XPRINT.EXE"
#endif
        XPrint_Command_DOS =""
        XPrint_Command_GCC =""
        XPrint_Command_WIN =""
        XPrint_Command_OS2 =""
#ifdef UNX
        XPrint_Command_LNX =""
#else
#endif
         Specify command string for XPRint command.
         %1-->%9 can be used.if no % is used,command is issued with
         XPRint command operand simply concatinated with this string.
         Use parm with OS version suffix when a Print command is specific
         to the OS.
       (note).Specify this option before next Print_Command option.

       .Print_Command      =""
        Print_Command_DOS  =""
        Print_Command_GCC  =""
        Print_Command_WIN  =""
        Print_Command_OS2  =""
#ifdef UNX
        Print_Command_LNX  =""
#else
#endif
         Specify command string for "P" dir line command.
         %1 can be used for file name position.
         Default(when "" is specified) is "XPRINT.EXE".
         When Print_Command is "" ,same as XPrint_Command or containing
         string "XPRINT","P" line command print files ascending order
         using xprint indirect filename specification function.
         In other case "P" line command call this command string in the
         reverse order on directory list.
         Use parm with OS version suffix when the Print command is
         specific to the OS.
       (note).Specify this option after previous XPrint_Command option.

#ifdef UNX
#else
       .Sub_Shell_Init     ="prompt $p$l"
         Initial command for sub shell started by DOS command without
         command string.
         Default value is to change prompt for identity of sub-shell.
         ($p mean prompt drive and path,$l display "<").
       (note).DOS version ignore this parameter under WindowsNT.
#endif

#ifdef LNX
       .LNX_Subshell_xe   =""
         xe(curses) shell pgm name for ">" cmd.
         default is bash if dash exist else sh.
         (check also to which /bin/sh is slinked.
          to bash under RH9,FC%. to dash under Kubuntu6,ubuntu7.)
       .LNX_ShellTerm_gxe =""
         gxe(gtk) sub terminal start cmd used by ">" cmd or menu item "terminal" is selected.
         default is "gnome-terminal --disable-factory" if gnome-terminal is found,
         else "konsole -ls".
       .LNX_CmdTerm_gxe   =""
         gxe(gtk) string to process shell cmd used by ">cmd" patern.
         default is "gnome-terminal --disable-factory -x" if gnome-terminal is found,
         else "konsole -e",else "xterm -e".
         This is used to start xe3270.
#endif

       .Utility command name.
          Specify command string used by dir-list line command "=","g"
          or utility panel 3.12/3.14.

          CompareFile_Cmd   ="xfc"   :File compare.
          CompareDir_Cmd    ="xdc"   :Directory compare.
          Search_Cmcd       ="grep"  :String search.

       .Bounds
          Set default boundary by directory name or extension name.
          File name itself is also available.
        Bounds            = .cob     =  7  72    # start by "." to set default by extension name.
        Bounds            = "g:\src\xe" = 10 80  # specify fullpath name for the file or directory.


1