- autocomplete
string autocomplete(GlobalState gs, string command, bool is_command, StringStatus status)
Undocumented in source. Be warned that the author may not have intended to support it.
- autocomplete
string autocomplete(GlobalState gs, string command)
Undocumented in source. Be warned that the author may not have intended to support it.
- backslashes
string backslashes(string str, StringStatus status)
Undocumented in source. Be warned that the author may not have intended to support it.
- change_layout_selected
void change_layout_selected(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
- cmd_selection_to_buffer
void cmd_selection_to_buffer(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
- common_part
string common_part(string a, string b)
Undocumented in source. Be warned that the author may not have intended to support it.
- draw_command_line
void draw_command_line(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
- find_chr
bool find_chr(string chr, string[][3]* letters, ButtonPos buttonpos)
Undocumented in source. Be warned that the author may not have intended to support it.
- find_in_sorted
ssize_t find_in_sorted(string[] hashstock, string needle, ssize_t pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_position_by_chars
ssize_t get_position_by_chars(int x, int y, SDL_Rect[] chars, ssize_t p)
Undocumented in source. Be warned that the author may not have intended to support it.
- hist_down
void hist_down(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
- hist_up
void hist_up(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
- is_command_position
bool is_command_position(GlobalState gs, string command, ssize_t pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove_backslashes
string remove_backslashes(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- selection_to_buffer
void selection_to_buffer(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
- shift_selected
void shift_selected(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
- uniq
void uniq(string[] strings)
Undocumented in source. Be warned that the author may not have intended to support it.
- update_winsize
void update_winsize(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.