Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/cmdline/
H A Dui_mock.cpp45 _screen_width(screen_width_) in ui_mock()
93 return _screen_width > 0 ? optional< std::size_t >(_screen_width) : none; in screen_width()
H A Dui_mock.hpp54 std::size_t _screen_width; member in utils::cmdline::ui_mock