OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rlower
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tmux/dist/
screen-write.c
185
ttyctx->orlower = s->
rlower
;
934
if (cy > s->
rlower
) {
940
if (ny > s->
rlower
- cy)
941
ny = s->
rlower
- cy;
1040
s->
rlower
= screen_size_y(s) - 1;
1167
if (s->cy < s->rupper || s->cy > s->
rlower
) {
1184
if (ny > s->
rlower
+ 1 - s->cy)
1185
ny = s->
rlower
+ 1 - s->cy;
1192
if (s->cy < s->rupper || s->cy > s->
rlower
)
1195
grid_view_insert_lines_region(gd, s->
rlower
, s->cy, ny, bg)
1437
u_int rupper = s->rupper,
rlower
= s->
rlower
;
local
[
all
...]
tmux.h
972
u_int
rlower
; /* scroll region bottom */
member in struct:screen
1568
u_int
rlower
;
member in struct:tty
Completed in 55 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026