
###############################################################################
#									      #
#	     UNIX Interactive Tools 4.1c  configuration file		      #
#	 Copyright (c) Tudor Hulubei & Andrei Pitis,  March 1994	      #
#									      #
###############################################################################

#
#  - If 'LinuxColorConsole' and 'ColorMonitor' are both ON, [UITxxx-Color]
# descriptions will be used.
#  - If you are working on a Linux system but you have a monochrome monitor,
# 'ColorMonitor' should be OFF ([UITxxx-Monochrome] descriptions will be used).
#  - If you are working on a serial b/w tty, 'LinuxConsole' should be OFF.
#  - 'ColorMonitor' is ignored if 'LinuxConsole' is OFF.
#  - 'LinuxConsole' and 'ColorMonitor' are meaningless if UIT was compiled
# without 'HAVE_LINUX' (see also Makefile).
#

[Setup]
TempDirectory		= /usr/tmp
LinuxConsole		= ON		# empty means OFF
ColorMonitor		= ON		# empty means OFF

[UIT-Setup]
StartupFileDisplayMode	= Size 	# OwnerGroup, DateTime, Size, Mode or FullName
StartupLeftPanelPath 	=  	# empty means current directory
StartupRightPanelPath 	=
NormalModeHelp		= F3 View  F4 Edit  F5 Copy  F6 Move  F7 MkDir  F8 Del  F10 Exit  ^kl Ln ^ks SymLn
CommandLineModeHelp	= Del Delete_cmd_line   Up/Down History   ^O Switch mode   F10 Exit  CtrlZ Suspend
InfoDisplay		= ON
FrameDisplay		= ON


#    To ignore a section just comment its name


############################################
# Linux virtual console with color monitor #
############################################

[UIT-Color]
TitleForeground			= CYAN
TitleBackground			= BLUE
TitleBrightness			= ON
UserName			= YELLOW
TtyName				= YELLOW
ClockForeground			= BLACK
ClockBackground 		= CYAN
ClockBrightness 		= OFF
PanelFrame 			= WHITE
PanelBackground 		= BLUE
PanelSelectedFile 		= YELLOW
PanelSelectedFileBrightness	= ON
PanelNotSelectedFile		= WHITE
PanelNotSelectedFileBrightness	= ON
PanelCurrentSelectedFile	= YELLOW
PanelCurrentNotSelectedFile	= WHITE
PanelCurrentFile		= CYAN
PanelPath 			= RED
PanelPathBrightness 		= OFF
PanelDeviceFreeSpace        	= RED
PanelDeviceFreeSpaceBrightness	= OFF
PanelFileInfo 			= RED
PanelFileInfoBrightness 	= OFF
PanelFilesInfo			= BLACK
PanelFilesInfoBrightness	= OFF
CommandLineForeground		= WHITE
CommandLineBackground		= BLACK
CommandLineBrightness		= ON
StatusBarForeground 		= BLACK
StatusBarBackground 		= CYAN
StatusBarBrightness 		= OFF
StatusBarWarningForeground 	= BLACK
StatusBarWarningBackground 	= WHITE
StatusBarWarningBrightness 	= OFF
StatusBarErrorForeground 	= WHITE
StatusBarErrorBackground 	= RED
StatusBarErrorBrightness 	= ON

[UITPS-Color]
TitleForeground			= CYAN
TitleBackground			= BLUE
TitleBrightness			= ON
HeaderForeground		= CYAN
HeaderBackground		= RED
HeaderBrightness		= ON
ScreenForeground		= BLACK
ScreenBackground		= CYAN
ScreenBrightness		= OFF
StatusForeground		= CYAN
StatusBackground		= BLUE
StatusBrightness		= ON

[UITVIEW-Color]
TitleForeground			= CYAN
TitleBackground			= BLUE
TitleBrightness			= ON
HeaderForeground		= CYAN
HeaderBackground		= RED
HeaderBrightness		= ON
ScreenForeground		= BLACK
ScreenBackground		= CYAN
ScreenBrightness		= OFF
StatusForeground		= CYAN
StatusBackground		= BLUE
StatusBrightness		= ON


############################################################
# Linux virtual console with monochrome monitor or b/w tty #
############################################################

[UIT-Monochrome]
TitleForeground			= WHITE
TitleBackground			= BLACK
TitleBrightness			= ON
UserName			= WHITE
TtyName				= WHITE
ClockForeground			= BLACK
ClockBackground 		= WHITE
ClockBrightness 		= OFF
PanelFrame 			= WHITE
PanelBackground 		= BLACK
PanelSelectedFile 		= WHITE
PanelSelectedFileBrightness	= ON
PanelNotSelectedFile		= WHITE
PanelNotSelectedFileBrightness	= OFF
PanelCurrentSelectedFile	= WHITE
PanelCurrentNotSelectedFile	= BLACK
PanelCurrentFile		= WHITE
PanelPath 			= BLACK
PanelPathBrightness 		= OFF
PanelDeviceFreeSpace        	= BLACK
PanelDeviceFreeSpaceBrightness	= OFF
PanelFileInfo 			= BLACK
PanelFileInfoBrightness 	= OFF
PanelFilesInfo			= BLACK
PanelFilesInfoBrightness	= OFF
CommandLineForeground		= WHITE
CommandLineBackground		= BLACK
CommandLineBrightness		= ON
StatusBarForeground 		= BLACK
StatusBarBackground 		= WHITE
StatusBarBrightness 		= OFF
StatusBarWarningForeground 	= BLACK
StatusBarWarningBackground 	= WHITE
StatusBarWarningBrightness 	= OFF
StatusBarErrorForeground 	= BLACK
StatusBarErrorBackground 	= WHITE
StatusBarErrorBrightness 	= OFF

[UITPS-Monochrome]
TitleForeground			= BLACK
TitleBackground			= WHITE
TitleBrightness			= OFF
HeaderForeground		= WHITE
HeaderBackground		= BLACK
HeaderBrightness		= ON
ScreenForeground		= WHITE
ScreenBackground		= BLACK
ScreenBrightness		= OFF
StatusForeground		= BLACK
StatusBackground		= WHITE
StatusBrightness		= OFF

[UITVIEW-Monochrome]
TitleForeground			= BLACK
TitleBackground			= WHITE
TitleBrightness			= OFF
HeaderForeground		= WHITE
HeaderBackground		= BLACK
HeaderBrightness		= ON
ScreenForeground		= WHITE
ScreenBackground		= BLACK
ScreenBrightness		= OFF
StatusForeground		= BLACK
StatusBackground		= WHITE
StatusBrightness		= OFF


# COMMAND FORMAT:
# key = command name; formatted command; new dir; save screen; pause; hide

# SEE MANUAL FOR COMPLETE DOCUMENTATION ABOUT FORMATTED COMMANDS  (man uit)
# BRIEF:
# 	FORMAT SPECIFIERS:
# 	- %s{question,default_answer} 

# 	- %f file (not directory)
# 	- %d directory (not file)
# 	- %l symbolic link
#	- %t fifo
#	- %z socket
# 	- %a all kind of directory entry (file, directory, link, fifo, socket)
# 	- %m current file mode
# 	- %g current file group
# 	- %o current file owner
#	- %p current panel path
#	- %b current panel directory name

# 	- %F file (not directory) 		(for the other panel)
# 	- %D directory (not file) 		(for the other panel)
# 	- %L symbolic link 			(for the other panel)
#	- %T fifo				(for the other panel)
#	- %Z socket				(for the other panel)
# 	- %A all kind of directory entry (file, directory, link, fifo, socket) (for the other panel)
# 	- %M current file mode			(for the other panel)
# 	- %G current file group			(for the other panel)
# 	- %O current file owner			(for the other panel)
#	- %P the other panel path
#	- %B the other panel directory name

[UIT-Keys]
CursorLeft  = <CursorLeft>
CursorRight = <CursorRight>
CursorUp    = <CursorUp>
CursorDown  = <CursorDown>
Home        = <Home>
End         = <End>
Ins         = <FileSelect>
Del         = <DeleteCmdLn>
PageUp	    = <PageUp>
PageDown    = <PageDown>
F1  	    = UIT HELP; man uit
F2  	    = ZLESS; zless %f;;0
F3  	    = VIEW; uitview %f;;0
F4  	    = EDIT; joe %f;;0
F5  	    = <Copy>
F6  	    = <RenameMove>
F7  	    = <MkDir>
F8  	    = <Delete>
F9  	    = MAKE; make;;;1
F10 	    = <Exit>
Tab 	    = <ChangePanel>
^a 	    = <CopyFileToCmdLn>
^b 	    = <CursorDown>
^da	    = 
^db	    = 
^dc	    = 
^dd	    = 
^de	    = 
^df	    = 
^dg	    = 
^dh	    = 
^di	    = 
^dj	    = 
^dk	    = 
^dl	    = 
^dm	    = 
^dn	    = 
^do	    = 
^dp	    = 
^dq	    = 
^dr	    = 
^ds	    = 
^dt	    = 
^du	    = 
^dv	    = 
^dw	    = 
^dx	    = 
^dy	    = 
^dz	    = 
^e 	    = <HistoryBack>
^f 	    = <CursorLeft>
^g 	    = <CursorRight>
^ka	    = 
^kb	    = BACKGROUND MAKE; make&;;;;1
^kc	    = <Copy>
^kd	    = <MkDir>
^ke	    = 
^kf	    = FIND; find %s{Path: ,/} -name %s{File name: ,} -print;;;1
^kg	    = 
^kh	    = <DeleteCmdLn>
^ki	    = <ChangePanel>
^kj	    = 
^kk	    = KILL; kill %s{Signal number: ,-9} %s{Processes: ,};;;;1
^kl	    = LINK; ln %p/%a %s{Linking %a to: ,%P/};;;;1
^km	    = <RenameMove>
^kn	    = NEW FILE; joe %s{New file name: ,}
^ko	    = <PageUp>
^kp	    = <PageDown>
^kq	    = MAN; man %s{Question: ,}
^kr	    = 
^ks	    = SYMLINK; ln -s %p/%a %s{Symbolic linking %a to: ,%P/};;;;1
^kt	    = <SwitchPanels>
^ku	    = <Home>
^kv	    = <End>
^kw	    = 
^kx	    = <Exit>
^ky	    = <Delete>
^kz	    = ZLESS; zless %f;;0
^l 	    = <FileSelect>
^na	    = 
^nb	    = 
^nc	    = 
^nd	    = 
^ne	    = 
^nf	    = 
^ng	    = 
^nh	    = 
^ni	    = 
^nj	    = 
^nk	    = 
^nl	    = 
^nm	    = 
^nn	    = 
^no	    = 
^np	    = 
^nq	    = 
^nr	    = 
^ns	    = 
^nt	    = 
^nu	    =  
^nv	    = 
^nw	    = 
^nx	    = 
^ny	    = 
^nz	    = 
^o 	    = <ShowTty>
^pa	    = AUXILIARY PROCESSSES; ps -ax;;;1
^pb	    = 
^pc	    = 
^pd	    = 
^pe	    = 
^pf	    = FINGER; finger %s{Server name: ,};;;1
^pg	    = 
^ph	    = 
^pi	    = UITPS; uitps -ax;;0
^pj	    = 
^pk	    = 
^pl	    = 
^pm	    = 
^pn	    = 
^po	    = 
^pp	    = PROCESSSES; ps -la;;;1
^pq	    = 
^pr	    = 
^ps	    = 
^pt	    = 
^pu	    = 
^pv	    = 
^pw	    = WHO; w;;;1
^px	    = UITPS; uitps -aux;;0
^py	    = 
^pz	    = 
^r 	    = <Refresh>
^t 	    = <GotoRoot>
^u 	    = <FileDisplayMode>
^va	    = 
^vb	    = 
^vc	    = TREE COPY; cp -r %d %s{Copying directory %d to: ,%P};;;;1
^vd	    = TREE DELETE; rm -r -f %s{Removing directory: ,%d};;;;1
^ve	    = 
^vf	    = 
^vg	    = 
^vh	    = 
^vi	    = 
^vj	    = 
^vk	    = 
^vl	    = 
^vm	    = TREE MOVE; mv -f %d %s{Moving directory %d to: ,%P};;;;1
^vn	    = 
^vo	    = 
^vp	    = 
^vq	    = 
^vr	    = 
^vs	    = 
^vt	    = 
^vu	    = 
^vv	    = 
^vw	    = 
^vx	    = 
^vy	    = 
^vz	    = 
^wa	    = MAKE; make;;;1
^wb	    = C COMPILER; cc -O %f;;;;1
^wc	    = COMPRESS; gzip -9 %f;;;;1
^wd	    = 
^we	    = ENVIRONEMENT; env;;;1
^wf	    = 
^wg	    = CHGRP; chgrp %s{New group of %a: ,} %a;;;;1
^wh	    = GOTO HOME DIR; true; /home/tudor;;;1
^wi	    = GOTO INCLUDE DIR; true; /usr/include;;;1
^wj	    = 
^wk	    = COMPARE; uitcmp %f %P/%F;;;;1
^wl	    = 
^wm	    = CHMOD; chmod %s{New mode of %a: ,%m} %a;;;;1
^wn	    = 
^wo	    = CHOWN; chown %s{New owner of %a: ,} %a;;;;1
^wp	    = 
^wq	    = 
^wr	    = 
^ws	    = SYNC; sync&;;;;1
^wt	    = TAR; tar cf %b.tar * %s{Aditional files: ,};;;;1
^wu	    = UNCOMPRESS; gzip -d %f;;;;1
^wv	    = 
^ww	    = 
^wx	    = TAR; tar xf %f;;;;1
^wy	    = 
^wz	    = 
^x	    = <HistoryNext>
^y	    = <CursorUp>
