Home
last modified time | relevance | path

Searched hist:"5495 d73c35a88f8e2549d641f39d89625e054e11" (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/lua/
H A Dscreen.luadiff 5495d73c35a88f8e2549d641f39d89625e054e11 Mon Feb 26 05:12:54 CET 2018 Kyle Evans <kevans@FreeBSD.org> lualoader: screen argument fixes

screen was also guilty of not-so-great argument names, but it was also
guilty of handling color sequences on its own. Change those bits to using
the color module instead.

As a side note, between color and screen, I'm not 100% sure that returning
the color_value is the right thing to do if we won't generate the escape
sequences. This should be re-evaluated at a later time, and they should
likely return nil instead.