Term is (yet another) library for creating windowed user interfaces on terminals.
- Introduction
- Features
- Prerequisites
- Dependencies
- Installation
- Usage
- Known issues and limitations
- Getting help
- Contributing
- License
- Authors and history
- Acknowledgments
The library is functionally divided into two domains:
- Creating and maintaining windows on terminals
- Creating user interfaces in windows
Both parts can be used together, or separately, because they share the same mechanism for maintaining rectangles on surfaces and their output mechanism can easily be adapted to any device. For example, the "output device" for the user interface part is a terminal window.
- Overlapping windows
- Rich color and attribute support
- Box and line drawing with automatic interpolation
- Mouse support
- Auto-expanding and auto-contracting desktop
- Flex-based layout engine
- Conan
- Meson
- ninja
- g++
- Boost
- Taitank
- utfcpp
- Install prerequisites (brew is recommended, but you can use your package manager)
TDB
TBD: This section explains the principles behind this README file. If this repository were for actual software, this Usage section would explain more about how to run the software, what kind of output or behavior to expect, and so on.
TBD
At the moment the terminal output layer is only issuing control sequences for ANSI terminals, such as xterm.
TBD: Inform readers of how they can contact you, or at least how they can report problems they may encounter. This may simply be a request to use the issue tracker on your repository, but many projects have associated chat or mailing lists, and this section is a good place to mention those.
TDB: Mention how people can offer contributions, and point them to your guidelines for contributing.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- Johnny Wezel (http://github.com/jwezel)