xieite ::term ::blink ()
Defined in header <xieite/io/term.hpp>
Enables or disables text blinking.
Declaration
void blink (bool x )noexcept ;
Example
Possible output:int main () {xieite ::term term ;term .blink (true );std ::puts ("Hello, world!" ); }
(Demonstration in Compiler Explorer unavailable)Hello, world!