OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prompt_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tmux/dist/
status.c
658
c->
prompt_index
= utf8_strlen(c->prompt_buffer);
725
c->
prompt_index
= utf8_strlen(c->prompt_buffer);
842
pcursor = utf8_strwidth(c->prompt_buffer, c->
prompt_index
);
1089
if (c->
prompt_index
== size) {
1090
memcpy(c->prompt_buffer + c->
prompt_index
, ud,
1092
c->
prompt_index
+= n;
1093
c->prompt_buffer[c->
prompt_index
].size = 0;
1095
memmove(c->prompt_buffer + c->
prompt_index
+ n,
1096
c->prompt_buffer + c->
prompt_index
,
1097
(size + 1 - c->
prompt_index
) *
[
all
...]
tmux.h
2065
size_t
prompt_index
;
member in struct:client
Completed in 19 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026