Searched refs:VTFL_DECAWM (Results 1 – 3 of 3) sorted by relevance
47 #define VTFL_DECAWM 0x020 /* auto wrap */ macro
894 flags |= VTFL_DECAWM; in vt100_decmode()896 flags &= ~VTFL_DECAWM; in vt100_decmode()897 res = ((flags & VTFL_DECAWM) ? 1 : 2); in vt100_decmode()
342 vd->flags = VTFL_DECAWM | VTFL_CURSORON; in wsemul_vt100_reset()418 if ((vd->flags & (VTFL_LASTCHAR | VTFL_DECAWM)) == in wsemul_vt100_output_normal()419 (VTFL_LASTCHAR | VTFL_DECAWM)) { in wsemul_vt100_output_normal()