Has anyone used this attribute while printing to a window ?
It is not working on my system from ruby (although it works from a C
program, and also using Highline which uses escape sequences).
Please let me know if you have identified the bug, or know a workaround.
I also notice that the Highline escape sequences work in an IRB session,
but they do not work in an Ncurses window (I suppose thats obvious since
the shell is not interpreting the window print).
(I might add that underlining works if you are using an NCurses FIELD,
but obviously that’s using the underlying C code and not ruby-ncurses).