19 lines
		
	
	
	
		
			656 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
	
		
			656 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								title="run program"
							 | 
						||
| 
								 | 
							
								colour="darkblue"
							 | 
						||
| 
								 | 
							
								geometry="30x1"
							 | 
						||
| 
								 | 
							
								prog="run_prog-sh"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								xterm -fg $colour -bg black -bd $colour -cr $colour -hc $colour \
							 | 
						||
| 
								 | 
							
								-title "$title" -name "$title" -T "$title" \
							 | 
						||
| 
								 | 
							
								-bc -bcf 1000 -bcn 900  -fb *-*-bold-*-*-*-*-*-*-*-*-*-*-* \
							 | 
						||
| 
								 | 
							
								-fn '-misc-fixed-bold-r-normal-*-*-*-*-*-*-*-iso8859-15' \
							 | 
						||
| 
								 | 
							
								-geometry "$geometry" \
							 | 
						||
| 
								 | 
							
								-ls -mesg -bw 8 +cu +dc +s +sb -sl 1500 -ulc -e "$prog" $@
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# other fonts
							 | 
						||
| 
								 | 
							
								#-fn '-adobe-*-bold-r-*-*-*-140-*-*-*-*-iso8859-*' \
							 | 
						||
| 
								 | 
							
								# -fn '-misc-fixed-bold-r-normal-*-15-120-100-100-c-90-*-*' \
							 | 
						||
| 
								 | 
							
								# -fn '-misc-fixed-*-*-*-*-*-*-*-*-*-*-*-*' \
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# -u8 does not like german characters...
							 | 
						||
| 
								 | 
							
								#-ls -mesg -bw 8 +cu +dc +s +sb -sl 1500 -ulc -u8
							 |