Jakub T. Jankiewicz
Jakub T. Jankiewicz
I've opposed this because it's a fundamental change in architecture. Formatters (like unix_formatting) are dumb, they know nothing about what else was written into the terminal also they should not...
I think that to implement something like this, Unix formatting would need to be integrated with the terminal. So it has access to internals and implements full TTY. Which I...
Sure will update the docs. I will put this into README in `Limitations` section since I already was asked how to similar things where a solution was to use xterm.js,...
As a second thought, I think that there in fact can be written an extension that will work as unix_formatting but will create a fully working curses like environment. The...
@Vyvy-vi I'm almost sure that I've seen a single LICENSE file with all licenses for code that was included in the project. I've thought that it was [Gambit](https://github.com/gambit/gambit) or [Kawa](https://gitlab.com/kashell/Kawa),...
@Vyvy-vi found this question on StackExchange [How to combine multiple LICENSE notes into single file?](https://opensource.stackexchange.com/questions/4512/how-to-combine-multiple-license-notes-into-single-file), the answer says: > One common pattern is to concatenate the different LICENSE in your...
This is what I've used in my other project https://github.com/jcubic/lips/blob/master/LICENSE I've included all licenses intact even though they are the same MIT license.
The color was blue, the first echo was called twice because the terminal was resized (because of the Twitter badge).
Thanks for the bug report, will check this out.
keyboard.js is a polyfill, without it, the library may not work. So if in your case something is working, it means that part of the library is not working properly.