********************
*(C) EDIT/BROWSE   *
********************
          0        1         2         3           6         7         8
          12345678901234567890123456789012      789012345678901234567890

       1  EDIT---|G:\X1.C (95-05-13 10:44) .... ------ 001-(012)-072=Rep
       2  ===>                             ....                ===>HALF
       3  *******|********** TOP OF FILE * .... ************************
       4  0001000*int main(int argc,char *p....   //main        //~5513R
       5  0002000|{
       :

       row 1     :Header,message display line
          col  1 : (EDIT) or (BROWSE)
                   Dispay hex notation when csr is on the file line area.
                   ex).  E---31- (for SBCS)  ,  E-81A0-  (for DBCS)
                   When entered hex input mode,x_ is diplayed and
                   1st digit follow after input like as xA_.
               8 : (|) not yet updated,  (*) updated
               9 : file name
              64 : record column of left end of screen(start from 1)
              69 : record column of the cursor position
              74 : record column of right end of screen
              77 : (=) cursot step right mode, (|) cursor step down mode
              78 : (Rep) replace mode, (Ins) insert mode
                   ("REP" and "INS" for DOS version,
                    "rep" and "ins" for GCC version)

       row 2     :Command input line
          col  5 : commnad input field
              76 : scroll display/input field.
                   You can overtipe P(age),C(sr),nn(line number) etc
                   to change scroll volume.

       row 3     :file display line
          col  1 : line number
                   lines for UNDO are brightened at column1 of line-no
                   when UNDO key is pressed.
                   line number column width is changable by NUM command.
               8 : (|) not updated line,  (*) updated line
                   (-) long line split top line not updated
                   (+) long line split top line     updated
                   (.) long line split continued line not updated
                   (:) long line split continued line     updated
                   (Long line over 9,999 bytes is split by each 9,999
                    bytes lines.for DOS version max is 999)
                   current update level lines when column 7 brightened
                   (level is advanced by Execute Key)
               9 : file lines display field
                   See TAB command about to display Tab char(0x09).
                   Tab char is trated same as space for Find cmd.
                   Control char except Tab is displayed by special
                   char with same attribute as lineno column.
                   Those are 0x00,0x08,0x0a,0x0c,0x0d,0x11,0x13,0x18,
                   0x7f,0x80,0xa0,0xfd,0xfe,-xff under japanese mode,
                   0x00,0xff only under english mode.
                   These are defined on INI file.


1