GithubHelp home page GithubHelp logo

daniel-abrecht / libttymultiplex Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 1.0 1.08 MB

A terminal multiplexer library

License: Other

C 92.38% Makefile 6.49% CSS 0.03% C++ 0.83% PLSQL 0.01% Shell 0.27%

libttymultiplex's Introduction

libttymultiplex

libttymultiplex is a terminal multiplexing library. It allows a program to create "panes", which are a rectangular area on the terminal/screen in which text can be displayed. Each pane is like a small terminal, escape sequences can be sent to them. libttymultiplex is also a xterm-compatible but still incomplete terminal emulator. The libttymultiplex library allows for different backends for displaying stuff, which allows it to be used on any display device any of the backends support.

The public API is fully contained in libttymultiplex.h. This library is documented using doxygen, run make docs to generate the documentation.

If you want to create a new backend, see struct tym_i_backend in internal/backend.h for the libttymultiplex backend documentation.

This library is thread safe. I wouldn't recommend using it with multiple threads though, because only one thread at a time can do anything in this library, so if you use it with more than one thread, it may end up being slower than just using one thread for everything would have been.

This library is still in early development and it's API will probably still change slightly. There may also still be some bugs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.