Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dui.cc849 const size_t linebreak_in_op = op.text.find("\n"); in _render() local
850 if (start > linebreak_in_op) in _render()