!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/lib/jed/doc/txt/   drwxr-xr-x
Free 318.35 GB of 458.09 GB (69.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     color.txt (1.68 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
This is a short note explaining how to use JED with a color terminal.  This
only applies to Unix and VMS spplies to Unix and VMS systems.  This is
particularly relevant if you want to exploit JED's ability to do color
syntax highlighting on a character based terminal.

  *Note: If you use MS-Kermit as a terminal emulator, you will need
	 to tell it what foreground/background colors you want via
	 the `set term color' function.  For example, if you choose
	 back on white as the `normal' color, put `set term color
	 30 47' in your MSKermit.ini file.  This same comment
	 applies to other color terminals which emulate this flawed
	 color model.

To use JED with a color terminal, it is necessary that the terminal
understand ANSI color escape sequences.  If so, then it is possble to set
up JED to use different foreground and background colors for the modeline,
region highlighting, syntax highlighting, etc...

To turn on ANSI color support, set the variable `USE_ANSI_COLORS' to a
non-zero value.  If set to zero, the support is turned off. The colors may
be specified using the set_color function as illustrated in jed.rc.  They
only become active if USE_ANSI_COLORS is non-zero.

Unfortunately, few termcaps provide information regarding whether the
terminal is a color one or not. To interactively set USE_ANSI_COLORS, simply
press `Ctrl-X ESC' and enter

     USE_ANSI_COLORS = 1
     
at the `S-Lang>' prompt.  

This variable is automatically set to a non-zero value by jed if
environment variable COLORTERM exists.

Finally, you could simply put:

  define term_use_colors () { USE_ANSI_COLORS = 1; }
  
in your jed.rc (.jedrc) and define (alias) jed to be:

  alias colorjed 'jed -f term_use_colors'


  


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0039 ]--