Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcs/ansiterm
dos 437 fonts and configs for viewing ANSI art in xterm
https://github.com/jcs/ansiterm
Last synced: 3 months ago
JSON representation
dos 437 fonts and configs for viewing ANSI art in xterm
- Host: GitHub
- URL: https://github.com/jcs/ansiterm
- Owner: jcs
- License: other
- Created: 2011-09-20T03:32:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T15:29:31.000Z (over 2 years ago)
- Last Synced: 2024-07-21T03:06:47.339Z (4 months ago)
- Language: Shell
- Homepage: http://jcs.org/
- Size: 52.7 KB
- Stars: 66
- Watchers: 5
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ansiterm
Proper configurations for viewing ANSI art or telnetting/SSHing to BBSes in
xterm and macOS Terminal.app.Includes `dos437`, a BDF pixel-for-pixel translation of the DOS 437 codepage
font, with a converted TrueType version.![https://i.imgur.com/eUMMpQW.png](https://i.imgur.com/eUMMpQW.png)
#### xterm
Convert the BDF font to a PCF font (if necessary) and then install it:
- `bdftopcf dos437.bdf > font/dos437.pcf`
- `sudo cp font/dos437.pcf /usr/X11R6/lib/X11/fonts/misc/`
- `cd /usr/X11R6/lib/X11/fonts/misc/; sudo mkfontdir`Then run `ansiterm.sh` to launch xterm with proper colors and the `dos437`
font. For tiling window managers, make sure the resulting xterm window is
exactly 80 characters wide.#### Terminal.app
Install the TTF font (double-click it to open it in font book, and then click
install) and then install the terminal settings profile by double clicking
it.Verify that the font used is `dos437` in 8pt, antialias is off, the character
encoding is "western (ascii)", and the terminal is 80x24.In either xterm or Terminal.app, ANSI art files should display properly with
cat. BBSes should display fine through the standard telnet or SSH programs.