dpkg 1.21.11
Functions
strwide.c File Reference

(93d22496d)

#include <config.h>
#include <compat.h>
#include <string.h>
#include <stdlib.h>
#include <dpkg/i18n.h>
#include <dpkg/dpkg.h>
Include dependency graph for strwide.c:

Functions

int str_width (const char *str)
 Compute the screen width of a string. More...
 
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. More...