Home
last modified time | relevance | path

Searched hist:"8 ce1744f827719361008973cb4387ab8cb005d32" (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/lua/
H A Dcolor.luadiff 8ce1744f827719361008973cb4387ab8cb005d32 Wed Mar 21 16:09:47 CET 2018 Kyle Evans <kevans@FreeBSD.org> lualoader: Clear up some possible naming confusion

In the original lualoader project, 'escapef' and 'escapeb' were chosen for
'escape fg' and 'escape bg'. We've carried on this naming convention, and as
our use of attributes grow the likeliness of 'escapeb'/'resetb' being
confused upon glance for 'escape bold'/'reset bold' increases.

Fix this by renaming these four functions to {escape,reset}{fg,bg} rather
than {escape,reset}{f,b} for clarity.

Reported by: dteske
H A Dscreen.luadiff 8ce1744f827719361008973cb4387ab8cb005d32 Wed Mar 21 16:09:47 CET 2018 Kyle Evans <kevans@FreeBSD.org> lualoader: Clear up some possible naming confusion

In the original lualoader project, 'escapef' and 'escapeb' were chosen for
'escape fg' and 'escape bg'. We've carried on this naming convention, and as
our use of attributes grow the likeliness of 'escapeb'/'resetb' being
confused upon glance for 'escape bold'/'reset bold' increases.

Fix this by renaming these four functions to {escape,reset}{fg,bg} rather
than {escape,reset}{f,b} for clarity.

Reported by: dteske
H A Dmenu.luadiff 8ce1744f827719361008973cb4387ab8cb005d32 Wed Mar 21 16:09:47 CET 2018 Kyle Evans <kevans@FreeBSD.org> lualoader: Clear up some possible naming confusion

In the original lualoader project, 'escapef' and 'escapeb' were chosen for
'escape fg' and 'escape bg'. We've carried on this naming convention, and as
our use of attributes grow the likeliness of 'escapeb'/'resetb' being
confused upon glance for 'escape bold'/'reset bold' increases.

Fix this by renaming these four functions to {escape,reset}{fg,bg} rather
than {escape,reset}{f,b} for clarity.

Reported by: dteske