]> git.armaanb.net Git - dmenu.git/commit
Partially revert 44c7de3: fix items text width offset calculation
authorQuentin Rameau <quinq@fifth.space>
Mon, 25 Jul 2016 09:33:25 +0000 (11:33 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Mon, 25 Jul 2016 17:57:31 +0000 (19:57 +0200)
commit657122f7819fd74d66706ffb607deb44884401b7
treeba95a01038cdf4ed7db37070c66c782800f4de30
parent3c91eed0fb74657c3fa25bc4fd65cd0aa88464c0
Partially revert 44c7de3: fix items text width offset calculation

Without this, we discard the item if it's longer than assigned width
instead of truncating it.
dmenu.c