dpkg 1.22.7-3-g89f48
|
#include <config.h>
#include <compat.h>
#include <string.h>
#include <stdlib.h>
#include <dpkg/i18n.h>
#include <dpkg/dpkg.h>
Functions | |
int | str_width (const char *str) |
Compute the screen width of a string. | |
void | str_gen_crop (const char *str, int max_width, struct str_crop_info *crop) |
Generate the crop values for a string given a maximum screen width. | |