Shizcow / dmenu-rs

A pixel perfect port of dmenu, rewritten in Rust with extensive plugin support
GNU General Public License v3.0
197 stars 9 forks source link

Bugfix/better unicode #19

Closed Shizcow closed 3 years ago

Shizcow commented 3 years ago

Better rendering and support for unicode characters, such as Chinese characters.

Navigation is based on graphemes, text editing is based on chars (not bytes).

Ellipses truncation is now fantastic.

Shizcow commented 3 years ago

Also of note: Updated build script to include virtual workspaces. This cuts down a good bit on compilation time in a fresh build.