OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sb_style
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/tmux/dist/
style.c
416
style_set_scrollbar_style_from_option(struct style *
sb_style
, struct options *oo)
422
style_set(
sb_style
, &grid_default_cell);
423
sb_style
->width = PANE_SCROLLBARS_DEFAULT_WIDTH;
424
sb_style
->pad = PANE_SCROLLBARS_DEFAULT_PADDING;
425
utf8_set(&
sb_style
->gc.data, PANE_SCROLLBARS_CHARACTER);
427
style_copy(
sb_style
, sy);
428
if (
sb_style
->width < 1)
429
sb_style
->width = PANE_SCROLLBARS_DEFAULT_WIDTH;
430
if (
sb_style
->pad < 0)
431
sb_style
->pad = PANE_SCROLLBARS_DEFAULT_PADDING
[
all
...]
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 43 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026