Sascha Kruse
|
1a9c20ad63
|
fix warning about discarding const
|
2013-03-20 09:34:15 +00:00 |
|
progandy
|
30c5c63d72
|
menu.c: fix problems with trailing whitespace in actions
|
2013-03-11 00:35:49 +01:00 |
|
progandy
|
c711606640
|
better url recognition, less mismatches
|
2013-03-08 08:52:10 +01:00 |
|
progandy
|
00b2be3dc0
|
cleaner handling of actions in menu
|
2013-03-08 08:39:22 +01:00 |
|
Sascha Kruse
|
fd1ae14fa3
|
don't set buf[len - 1] to '\0' when reading dmenu input
see github issue #94
Since the buffer is initialized to 0, we don't need to
explicitly set the terminating null-byte.
Thanks to losciamano
|
2013-03-08 08:25:00 +01:00 |
|
Sascha Kruse
|
cff9c74e0e
|
License header and vim modeline
|
2013-02-22 06:09:13 +00:00 |
|
Sascha Kruse
|
e82da9d5e7
|
indent -linx --no-tabs
|
2013-02-21 23:23:54 +00:00 |
|
Sascha Kruse
|
b8004f56d8
|
remove folding markers again
|
2013-02-21 23:19:30 +00:00 |
|
Sascha Kruse
|
4e92d61804
|
notification.{c,h}
|
2013-02-21 18:02:20 +00:00 |
|
Sascha Kruse
|
e07744fd49
|
move context_menu related stuff into menu.{c,h}
|
2013-02-21 03:08:04 +00:00 |
|