Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c473 if (flags & SLF_RIGHTLEFT) in screen_line()
714 && !(flags & SLF_RIGHTLEFT) in screen_line()
H A Dvim.h602 #define SLF_RIGHTLEFT 1 macro
H A Ddrawline.c995 screen_line_flags |= SLF_RIGHTLEFT; in win_line()