Skip to content

Library for writing text-based user interfaces

License

Notifications You must be signed in to change notification settings

thinkoid/termily

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termily

What it is

This is the fork of termbox-next. I use it as a sandbox for terminal command and control as it relates to processing keyboard input, interpretation of terminal commands, and screen drawing.

What it was

It was a fork of an older library, termbox. Users grew discontent with its evolution and forked it in order to take it in the right place. See all about it in that project's REAMDE.

What happened to it

I removed all support for mouse input processing code because I don't care about it. I refactored a good deal of ad-hoc code and I removed reliance on "well-known" terminals. The working principle was to remove all non-essential pieces (this included the "ALT" input mode).

What's ahead

Re-design and implementation of input processing and public interface.

tl;dr

I took it and made it mine so I could play with it.

About

Library for writing text-based user interfaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.9%
  • Python 4.2%
  • Makefile 1.9%