OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sb_style
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tmux/dist/
layout.c
371
struct style *
sb_style
= &w->active->scrollbar_style;
local
383
minimum = PANE_MINIMUM +
sb_style
->width +
384
sb_style
->pad;
912
struct style *
sb_style
= &wp->scrollbar_style;
local
939
minimum = PANE_MINIMUM * 2 +
sb_style
->width +
940
sb_style
->pad;
1103
struct style *
sb_style
= &w->active->scrollbar_style;
local
1117
size = parent->sx -
sb_style
->width +
sb_style
->pad;
screen-redraw.c
1025
struct style *
sb_style
= &wp->scrollbar_style;
local
1027
u_int sb_w =
sb_style
->width, sb_pad =
sb_style
->pad;
1038
gc =
sb_style
->gc;
Completed in 23 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026