OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scroll_w
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/sail/
pl_7.c
82
static WINDOW *
scroll_w
;
variable
133
scroll_w
= newwin(SCROLL_Y, SCROLL_X, SCROLL_T, SCROLL_L);
139
scroll_w
== NULL ||
170
keypad(
scroll_w
, 1);
183
wmove(
scroll_w
, SCROLL_Y - 1, 0);
184
wclrtoeol(
scroll_w
);
360
werase(
scroll_w
);
382
wmove(
scroll_w
, y, 0);
383
waddstr(
scroll_w
, stringarray_get(sc_lines, index_of_y));
386
wmove(
scroll_w
, SCROLL_Y-1, 0)
[
all
...]
Completed in 21 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026