Home
last modified time | relevance | path

Searched refs:nyan_shift (Results 1 – 1 of 1) sorted by relevance

/dports/x11/wofi/wofi-v1.2.4/src/
H A Dmain.c45 static uint8_t nyan_shift = 0; variable
120 for(ssize_t count = nyan_shift; count < 100 + nyan_shift; ++count) { in wofi_load_css()
126 nyan_shift = (nyan_shift + 1) % nyan_color_l; in wofi_load_css()