Rainbow extends ruby String class adding methods to wrap the string
with ANSI escape codes.
Rainbow adds following methods to String class:
* foreground(color) (with color and colour aliases)
* background(color)
* reset
* bright
* italic (not well supported by terminal emulators).
* underline
* blink
* inverse
* hide.
RetroArch is the reference frontend for the libretro API. Popular examples
of implementations for this API includes videogame system emulators and
game engines, but also more generalized 3D programs. These programs are
instantiated as dynamic libraries. We refer to these as "libretro cores".
Wy60 can be invoked from within any one of many commonly used
terminal emulators as long as there is a working terminfo entry for
it. It sets up a emulation environment converting between Wyse 60
escape sequences and the escape codes of the host system, and
launches a shell to run within this emulated environment.
The current set of supported escape sequences is limited, but should
suffice to run many existing legacy applications without requiring
any changes.
The libutempter library provides interface for terminal emulators such as
screen and xterm to record user sessions to utmp and wtmp files.
The utempter is a privileged helper used by libutempter library to manipulate
utmp and wtmp files.
This implementation is based on ideas of RedHat's utempter by Erik Troan
(version 0.5.2 at the moment of writing).
There are two interfaces supported: old and new.
New API is recommended for new applications, old - for compatibility with
old software.
Mrxvt (previously named as materm) is a lightweight and powerful
multi-tabbed X terminal emulator based on the popular rxvt and
aterm. It implements many useful features seen in some modern X
terminal emulators, like gnome-terminal and konsole, but keep to
be lightweight and independent from the GNOME and KDE desktop
environment. The following are the major features of mrxvt (* are
new features compared with rxvt, + are enhanced features compared
with rxvt):
Mrxvt (previously named as materm) is a lightweight and powerful
multi-tabbed X terminal emulator based on the popular rxvt and
aterm. It implements many useful features seen in some modern X
terminal emulators, like gnome-terminal and konsole, but keep to
be lightweight and independent from the GNOME and KDE desktop
environment. The following are the major features of mrxvt (* are
new features compared with rxvt, + are enhanced features compared
with rxvt):
Fifteen is a faux bitmap font. This font is designed to be used as a monotype
font for use in a terminal, or at a larger size, to look like an over scaled
bitmap. It works well in a 132 column terminal window. It is, of course,
monospaced and has clearly distinct 1I and l, and the zero is slashed.
Quinze is a narrow monospaced font, for programming and terminal emulators. It
is designed to be narrow, and allow 132 columns to be comfortably fitted on a
screen The 1, l and I are clearly distinguished, as are O and 0. The ascii
circumflex is presented as an arrow, consistent with its use as exponentiation
operator.
This is a port of FVWM-Crystal. FVWM-Crystal aims to create an easy to use,
eye-candy but also powerful desktop environment for Linux or other Unix-like
operating systems. It uses following programs: FVWM as a window manager and
"main core", ROX-Filer as file manager (manages icons on the desktop), xterm,
aterm, mrxvt or urxvt as terminal emulators, MPD or XMMS as music players
(there's built-in support for controlling these programs), and several other
tools for different functions, like setting a wallpaper or making screen
shots.
sakura is a terminal emulator based on GTK and VTE. It's a terminal emulator
with few dependencies, so you don't need a full GNOME desktop installed to
have a decent terminal emulator. Current terminal emulators based on VTE are
gnome-terminal, XFCE Terminal, TermIt and a small sample program included in
the vte sources. Sakura differences from the last one is that it uses a
notebook to provide several terminals in one window and adds a contextual
menu with some basic options. No more no less.
This is yet another ANSI/Turbo Pascal to C/C++ converter together
with BGI graphics library emulation for X Window System.
Converter recognizes Pascal dialects which are compatible with
Turbo Pascal 4.0/5.0 and ISO Pascal standard - IEC 7185:1990(E)
(including conformant arrays). Now it is tuned for Oregon Pascal-2
V2.1 which has few extensions to standard Pascal.
Converter can produce both C++ and C output.
Now PTOC recognizes Turbo Pascal's extensions, such as units,
strings, some special types and operations. Turbo Pascal
extensions are supported only for C++ language.
Also emulation libraries of Borland Graphics Interface (BGI) for
X Window System included in this distribution (BGI emulators can
be also used without converter for C programs using BGI).