Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daiyam/xterm-tab


https://github.com/daiyam/xterm-tab

Last synced: about 1 month ago
JSON representation

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).