asciinema / vt-clj

asciinema virtual terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asciinema virtual terminal

Build Status

This repository contains the source code of virtual terminal emulator used by asciinema-player.

The emulator is based on Paul Williams' parser for ANSI-compatible video terminals. It covers only the output (display) part of the emulation as only this is needed by asciinema-player. Handling of escape sequences is fully compatible with most modern terminal emulators like xterm, Gnome Terminal, iTerm, mosh etc.

License

Copyright © 2015-2019 Marcin Kulik.

All code is licensed under the Apache License, Version 2.0. See LICENSE file for details.

About

asciinema virtual terminal

License:Apache License 2.0


Languages

Language:Clojure 96.2%Language:JavaScript 3.7%Language:Makefile 0.1%