livebook/lib/livebook_web
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
..
controllers Move auth to its own view 2021-04-16 22:18:59 +02:00
live Allow re-ordering of sections (#221) 2021-04-20 12:12:29 +02:00
plugs Unify env variables and change auth to use session (#195) 2021-04-15 15:50:29 +02:00
templates Move auth to its own view 2021-04-16 22:18:59 +02:00
views Move auth to its own view 2021-04-16 22:18:59 +02:00
ansi.ex Handle a short ANSI reset ("\e[m") (#220) 2021-04-20 14:16:21 +02:00
endpoint.ex Add live dashboard (#183) 2021-04-14 20:10:25 +02:00
helpers.ex Unify env variables and change auth to use session (#195) 2021-04-15 15:50:29 +02:00
router.ex Unify env variables and change auth to use session (#195) 2021-04-15 15:50:29 +02:00
telemetry.ex Rename project (#68) 2021-03-03 22:56:28 +01:00