********************
(C) Operation *
********************
.Enter command on command prompt screen.
.command "xe" starts up following MENU screen.
-------------- MENU ----------------------------------------
===>
#ifdef UNX
hostname = myhost
#else
#endif
0 PARM - Parameter Change
0.0 (0) COLOR - Palette and Color
0.1 (A) SC-CMD - Assign cmd-string to Short-Cut key
0.2 (B) FUNC-KEY- Change Key Assignment
0.3 (C) KEY-FUNC- Browse Key List
1 BROWSE - Display File
2 EDIT - Edit/Create File
6 COMMAND - Edit Command Result
X EXIT - Save and Split End
R RETURN - Save and Exit
Q QUIT - Quit and Exit
.FileNameInput screen is up when entered 2 on the line "===>".
#ifdef UNX
EDIT--------------------------------------------------------
===>
hostname = myhost
FILE NAME ===>
DIRECTORY ===>
Current ----/home/userid
Latest ---- 1 - 16 of 200
- /tmp/x1
#else
EDIT--------------------------------------------------------
===>
FILE NAME ===>
DRIVE ===> : C D E
DIRECTORY ===>
Current ----D:\ibmcpp\src
Latest ---- 1 - 16 of 200
- c:\windows
#endif
.Edit screen appear when filename is entered on the line of
"FILE NAME===>".
EDIT---|G:\X1.C (95-05-13 10:44) .... ------ 001-(012)-072Rep
===> .... ===>HALF
*******|********** TOP OF FILE * .... ************************
0001000*int main(int argc,char *p.... //main //~5513R
0002000|{
Filename once opened is listed in FileNameInput screen,file is
reopened by selecting from the list.
.See Chapter-(2) for detail description of each screen.
For all screen,2nd line start with ===> is comman dinput line.
All commnad should be input on this line.
On first MENU screen entering "e filename" on this line,2nd screen
(FileNameInput screen) can be bypassed."e" is abridge of EDIt cmd.
Detail of command is on Chapter-(3).
And moreover,on command prompt screen entering "xe filename"
skip also 1st MENU screen.
Command line parameter is on Chapter-(7).
.Edit screen is optionally divided to left and right half by char "|".
Left half is Line-no column,right half is contents of file to edit.
To edit file,use edit key on the area of right half.
ex). End key truncate line at the cursor.
Edit key's detail is on Chapter-(1).
On left lineno column,line command is avail to edit file line by line.
ex) enter dd on the line-no column of both first and last line of
the range to be deleted and enter execute key.
Detail description of line command on edit screen is Chapter-(4)-(A).
.If directory name is used on EDIt command,following directory screen is
appeared.
#ifdef UNX
EDIT---|myhost|/tmp (95-09-17 16:54)....-----------------------Rep
===> .... ===>HALF
****|********** TOP OF LIST ********....***************************
_001|: / x400 649,728 / 1,457,664
_002||: tmp 777-t 00-03-25 22:07 root/toot
_003|||. DISPCHAR C 644-- 00-12-17 13:19 bin/bin
_004|||. DOSFF MAK 755-- 00-12-16 09:49 akir/users
_005|||- FC10 644-- 00-12-15 23:10 eiko/users
_006||||- IIIII 755-- 00-12-25 23:07 youi/users
_007|||||+ IU 755-- 00-12-25 23:06 mich/users
_008|||||+ LL 755-- 00-12-25 23:06 oosa/users
_009|||||. UFILET C 755-- 00-12-25 22:12 izum/users
_010||||+ IU 755-- 00-12-25 23:06 ohts/users
_011||||.@slinkf1 755-- 00-12-29 11:49 ikeu/users
#else
EDIT---|G:\src (95-09-17 16:54) ----....-----------------------Rep
===> .... ===>HALF
****|********** TOP OF LIST ********....***************************
_001|: G:\ x800 649,728 / 1,457,664
_002||- src ---- 94-11-17 22:07 0
_003|||. DISPCHAR C ---- 94-12-17 13:19 300
_004|||. DOSFF MAK ---- 94-08-06 09:49 280
_005|||- FC10 ---- 95-09-15 23:10 0
_006||||- IIIII ---- 95-09-15 23:07 0
_007|||||+ IU ---- 95-09-15 23:06 0
_008|||||+ LL ---- 95-09-15 23:06 0
_009|||||. UFILET C A--- 95-09-15 22:12 5,066
_010||||+ IU ---- 95-09-15 23:06 0
_011||||. JKKJ A--- 95-09-09 11:49 8
_012||||. JKKJ2 A--- 95-08-29 21:51 219
_013||||+ LL ---- 95-09-15 23:06 0
_014||||. UFILET C A--- 95-09-15 22:12 5,066
#endif
.This sample is result of "-" line command to display subdirectory.
Left most (position of _) is line cmd input column.
This screen allow the delete/copy/move/print/rename/change attribute
operation. See Chapter-(4)-(B) for line command on directory screen.
.File operation is also avail by command input on the 2nd line.
ex) DEL x1.c. See DOS command of Chapter-(5).
.Long filename hidden under the attribute column is uncovered or
re-hidden by Shift+F11.
#ifdef UNX
For symbolic link,which is identified by prefix "@",S+F11 display
target(actual) file name.
#endif
.Entering 0 or 0.0 on MENU screen shows up following ColorSet screen.
OPTION - 1 ---- COLOR ----------------------------....----Rep
===>
*Palette number assign (0 to 15) ****************....********
Part of screen palette no. sample
FG / BG (curr.,default)
Title-Line __ / __ (15/ 1, 15/ 1 ) ------- MENU -------
Panel-Frame __ / __ ( 7/ 0, 7/ 0 ) ===>command line etc
Browse-Lineno __ / __ ( 2/ 0, 2/ 0 ) 0001000| Browse scr
Browse-File __ / __ ( 7/ 0, 7/ 0 )
Edit-Lineno __ / __ ( 2/ 0, 2/ 0 ) 0001000| Edit scr
Edit-File __ / __ (14/ 0, 14/ 0 )
DirList-Linecmd __ / __ (14/ 0, 14/ 0 ) 003|||. DIRLIST EXE
DirList-Lineno __ / __ ( 2/ 0, 2/ 0 )
DirList-File __ / __ ( 7/ 0, 7/ 0 )
CmdOut-Lineno __ / __ ( 2/ 0, 2/ 0 ) 19:55 ===>> dir
CmdOut-Result __ / __ (15/ 8, 15/ 8 ) Volume in drive G h
*Palette color (0 to 3 for R G B each). MAXCOLOR=16. *********
Palette --> 0 1 2 3 4 5 6 7 8.... 14 15
color -->
RGB value-->000 ___ ___ ___ ___ ___ ___ ___ ___....___ ___
current -->000 002 020 022 200 202 210 222 111....220 333
standard -->000 002 020 022 200 202 210 222 111....331 333
.Color/palette can be adjusted by this screen.
Key assignment is set on the screen displayed by 0.2 on MENU,
or specification on INI file.
Note) Default change by version up has no effect when old version
ini file remains.
To display key sequential function assignment,enter "0.3" on top menu.
Other parameter may be set by INI file. See Chapter-(6).
.Entering 6 on MENU screen shows following CommandResult screen.
CMD----*::so1 (95-05-13 10:44) .... ------ 001-(012)-072Rep
===> .... ===>HALF
*******|********** TOP OF FILE * .... ************************
19:24 ===>> dir *.c
Volume in drive G has no label.
The Volume Serial Number is E5EA:8815
Directory of G:\SRC\XE
.This sample is result of dir *.c entered on command line.
This screen make possible to edit result of any command avail on .
command prompt screen.
This screen has no lineno column as default,but NUMcommand make
lineno column displayed and line command is usable same as on Edit
screen.