No description
  • C 95.5%
  • Roff 2.1%
  • Makefile 1.3%
  • Nix 1.1%
Find a file
2026-06-17 10:40:15 +01:00
.gitignore oops 2026-06-04 06:07:26 +01:00
arg.h don't modify argv, use a counter 2018-03-20 21:22:27 +01:00
config.def.h Rename st to roxyterm in all user-visible instances 2026-06-03 06:29:03 +01:00
config.h Rename st to roxyterm in all user-visible instances 2026-06-03 06:29:03 +01:00
config.mk Rename st to roxyterm in all user-visible instances 2026-06-03 06:29:03 +01:00
FAQ Rename st to roxyterm in all user-visible instances 2026-06-03 06:29:03 +01:00
flake.nix add nix flake 2026-06-17 10:40:15 +01:00
LEGACY Rename st to roxyterm in all user-visible instances 2026-06-03 06:29:03 +01:00
LICENSE LICENSE: bump year 2022-01-10 17:11:17 +01:00
Makefile Rename st to roxyterm in all user-visible instances 2026-06-03 06:29:03 +01:00
README Rename st to roxyterm in all user-visible instances 2026-06-03 06:29:03 +01:00
roxyterm.1 Rename st to roxyterm in all user-visible instances 2026-06-03 06:29:03 +01:00
roxyterm.c Rename st to roxyterm in all user-visible instances 2026-06-03 06:29:03 +01:00
roxyterm.h Rename st to roxyterm in all user-visible instances 2026-06-03 06:29:03 +01:00
roxyterm.info Rename st to roxyterm in all user-visible instances 2026-06-03 06:29:03 +01:00
TODO Rename st to roxyterm in all user-visible instances 2026-06-03 06:29:03 +01:00
win.h code-golfing: cleanup osc color related code 2022-04-19 11:43:37 +02:00
x.c Rename st to roxyterm in all user-visible instances 2026-06-03 06:29:03 +01:00

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.