ekg2
GIT master
|
Idź do kodu źródłowego tego pliku.
Funkcje | |
int | ncurses_backlog_add (window_t *w, const fstring_t *str) |
int | ncurses_backlog_split (window_t *w, int full, int removed) |
Add an utf8-encoded line to window backlog, recoding it whenever necessary. The line should not contain
. It will be duplicated, so caller needs to free it.
w | - target window |
str | - an utf8-encoded fstring_t to add |
int ncurses_backlog_split | ( | window_t * | w, |
int | full, | ||
int | removed | ||
) |