Frank Hunleth
b1ceedc220
Ignore RFC 1468 switch to ASCII code sequence ( #225 )
...
This ignores "\e(B" which sometimes shows up even when the other RFC
1468 Japanese character set switch codes aren't used. This also updates
defmodifier so that it can be used with non-CSI escape codes (the
ones that start with '[').
2021-04-20 15:05:30 +02:00
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
Jonatan Kłosko
7d1d1f4d98
Respect CR in cell output ( #137 )
...
* Respect CR in cell output
* Update test/livebook_web/helpers_test.exs
Co-authored-by: José Valim <jose.valim@dashbit.co>
* Improve rewind implementation
Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-04-04 21:22:28 +02:00
Jonatan Kłosko
8217fdd118
Don't show explicitly ignored result ( #94 )
...
* Don't show explicitly ignored evaluation results
* Fix multiline ANSI formatting with virtualized lines
* Add reference to IEx.Helpers
* Fix typo
2021-03-20 16:48:23 +01:00
Jonatan Kłosko
dae6d5c9c3
Rename project ( #68 )
...
* Rename references
* Update file and directory names
* Fix homepage tests
2021-03-03 22:56:28 +01:00