Commit Graph
8 Commits
Author SHA1 Message Date
Quentin RameauandHiltjo Posthuma ff8daf8847 dmenu.1: fix -l option 2016-10-14 15:26:34 +02:00
Quentin RameauandHiltjo Posthuma a4053bc4e4 Print highlighted input text only on single match
When the input text fully matches a single item, do not draw the item
and highlight the input text to show that it matches an item in
opposition to regular input text not matching anything.
2016-07-26 18:29:42 +02:00
Quentin RameauandHiltjo Posthuma 657122f781 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.
2016-07-25 19:57:31 +02:00
Quentin RameauandHiltjo Posthuma bf3deb6357 Shut up glibc about _BSD_SOURCE being deprecated 2015-12-19 20:32:17 +01:00
Quentin RameauandHiltjo Posthuma 120e840107 Add config option for word delimiters
Let the user configure word boundaries other than ' ', only works with
the portable character set.
2015-12-19 20:32:14 +01:00
Quentin RameauandHiltjo Posthuma 09d0a36e03 fix input text matching
just compare the size of the input string
2015-10-04 15:04:59 +02:00
Quentin RameauandHiltjo Posthuma b048eacc9d Fix the conversion from microseconds to nanoseconds 2015-09-28 00:27:09 +02:00
Quentin RameauandHiltjo Posthuma c42c378027 Replace deprecated usleep() with nanosleep() 2015-09-28 00:15:13 +02:00