Files
Waybar/include/util/ustring_clen.hpp
T

5 lines
122 B
C++
Raw Normal View History

#pragma once
#include <glibmm/ustring.h>
// calculate column width of ustring
2026-02-04 09:24:14 +01:00
int ustring_clen(const Glib::ustring& str);