Home
last modified time | relevance | path

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

/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvt.h709 #define LINE_LONGER 0x0001 // line is continued on the next row macro
734 return f & LINE_LONGER; in is_longer()
740 f |= LINE_LONGER; in is_longer()
742 f &= ~LINE_LONGER; in is_longer()