No description
- C 95.5%
- Roff 2.1%
- Makefile 1.3%
- Nix 1.1%
| .gitignore | ||
| arg.h | ||
| config.def.h | ||
| config.h | ||
| config.mk | ||
| FAQ | ||
| flake.nix | ||
| LEGACY | ||
| LICENSE | ||
| Makefile | ||
| README | ||
| roxyterm.1 | ||
| roxyterm.c | ||
| roxyterm.h | ||
| roxyterm.info | ||
| TODO | ||
| win.h | ||
| x.c | ||
roxyterm - simple terminal
--------------------------
roxyterm is a simple terminal emulator for X which sucks less.
Requirements
------------
In order to build roxyterm you need the Xlib header files.
Installation
------------
Edit config.mk to match your local setup (roxyterm is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install roxyterm (if
necessary as root):
make clean install
Running roxyterm
----------------
If you did not install roxyterm with make clean install, you must compile
the roxyterm terminfo entry with the following command:
tic -sx roxyterm.info
See the man page for additional details.
Credits
-------
Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.