Use Xft for font loading and text drawing
This commit is contained in:
4
main.c
4
main.c
@ -386,8 +386,8 @@ void update_info(void)
|
||||
if (ow_info) {
|
||||
fn = strlen(files[fileidx].name);
|
||||
if (fn < l->size &&
|
||||
win_textwidth(files[fileidx].name, fn, true) +
|
||||
win_textwidth(r->buf, r->p - r->buf, true) < win.w)
|
||||
win_textwidth(&win.env, files[fileidx].name, fn, true) +
|
||||
win_textwidth(&win.env, r->buf, r->p - r->buf, true) < win.w)
|
||||
{
|
||||
strncpy(l->buf, files[fileidx].name, l->size);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user