Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daiyam/xterm-tab
https://github.com/daiyam/xterm-tab
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/daiyam/xterm-tab
- Owner: daiyam
- License: mit
- Created: 2021-08-28T01:00:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T07:25:08.000Z (over 1 year ago)
- Last Synced: 2024-10-13T21:46:21.400Z (2 months ago)
- Language: TypeScript
- Size: 26.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[@daiyam/xterm-tab](https://github.com/daiyam/xterm-tab)
===============================================================================[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![NPM Version](https://img.shields.io/npm/v/@daiyam/xterm-tab.svg?colorB=green)](https://www.npmjs.com/package/@daiyam/xterm-tab)What is it?
-----------`xterm-tab` is a temporary fork of [xterm.js](https://github.com/xtermjs/xterm.js) with the support of the tab character.
```sh
printf "\033[48;5;1mred\t - \tred\033[0mnormal\n"
```Where is it used?
-----------------I'm currently using it in [my custom build of VSCodium / VSCode](https://github.com/zokugun/MrCode).
Why not in Xterm.js
-------------------My PR: https://github.com/xtermjs/xterm.js/pull/3434
An issue about tab characters: https://github.com/xtermjs/xterm.js/issues/734
License
-------Copyright © 2021-present Baptiste Augrain
Copyright © 2017-2019, [The xterm.js authors](https://github.com/xtermjs/xterm.js/graphs/contributors) (MIT License)
Copyright © 2014-2017, SourceLair, Private Company ([www.sourcelair.com](https://www.sourcelair.com/home)) (MIT License)
Copyright © 2012-2013, Christopher Jeffrey (MIT License)Licensed under the [MIT license](https://opensource.org/licenses/MIT).