adr-terminalemulator 0.1.5

Adam D. Ruppe's terminal emulation suite. Alternatives to xterm, gnu screen, putty, etc.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

This is a terminal emulator library and ui with some xterm features and some extensions.

BUILDING

See the example makefile for what I do on my system. You'll need a collection of files from my arsd repo, then just pass them all right over using the same version and -J flags I did.

dmd main.d terminalemulator.d -L-lutil ~/arsd/{color,eventloop,stb_truetype,xwindows,png,bmp,simpledisplay}.d -version=with_eventloop -J.

for one example

It expects a monospace font to be availble. I use the bitstream vera or the dejavu monospaces and rename them as the monospace-2.ttf.

You can probably just do like

cp /usr/share/fonts/TTF/DejaVuSansMono.ttf monospace-2.ttf

if you're on Linux or download the font http://web.archive.org/web/20111127102009/http://www-old.gnome.org/fonts/

Or even just modify the code to remove that bit or load it from your system at runtime. Maybe I'll change that later anyway.

Authors:
  • Adam D. Ruppe
Dependencies:
none
Versions:
0.1.5 2023-Dec-09
0.1.4 2022-Dec-19
0.1.3 2022-Dec-19
0.1.2 2020-Oct-02
0.1.1 2020-Mar-27
Show all 15 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 390 downloads total

Score:
2.3
Short URL:
adr-terminalemulator.dub.pm