livebook/lib
Frank Hunleth 0f49351c3b
Handle a short ANSI reset ("\e[m") (#220)
It's legal to omit the 0 in the "\e[0m" sequence to reduce the number of
bytes needed to reset the terminal. See
https://en.wikipedia.org/wiki/ANSI_escape_code#CSI_(Control_Sequence_Introducer)_sequences
and a simple explanation and the cited reference for a more involved
one.
2021-04-20 14:16:21 +02:00
..
livebook Allow re-ordering of sections (#221) 2021-04-20 12:12:29 +02:00
livebook_cli Make root path configurable from outside (#217) 2021-04-19 19:50:09 +02:00
livebook_web Handle a short ANSI reset ("\e[m") (#220) 2021-04-20 14:16:21 +02:00
livebook_cli.ex Rename litebook_cli.ex to livebook_cli.ex (#174) 2021-04-15 08:56:49 +02:00
livebook_web.ex Initial redesign (#75) 2021-03-12 11:57:01 +01:00