ekg2
GIT master
|
#include "ekg2.h"
#include "ecurses.h"
#include <stdlib.h>
#include <string.h>
#include "nc-stuff.h"
Funkcje | |
static int | xmbswidth (const char *s, size_t n) |
int | ncurses_backlog_split (window_t *w, int full, int removed) |
int | ncurses_backlog_add_real (window_t *w, fstring_t *str) |
int | ncurses_backlog_add (window_t *w, const fstring_t *str) |
void | changed_backlog_size (const char *var) |
void changed_backlog_size | ( | const char * | var | ) |
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 | ||
) |
|
inlinestatic |