mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Indent + ChangeLog
This commit is contained in:
parent
98de9b554f
commit
61738f881f
2 changed files with 22 additions and 22 deletions
|
@ -9,6 +9,7 @@
|
|||
- Highlight multiple selected rows (#287,#293)
|
||||
- Dmenu can read from file instead of stdin.
|
||||
- Regex matching (#113)
|
||||
- Take Screenshot of rofi using keybinding.
|
||||
Improvements:
|
||||
- Update manpage (#289, #291)
|
||||
- Improve speed of reading stdin in dmenu mode.
|
||||
|
|
|
@ -1689,7 +1689,6 @@ MenuReturn menu ( Mode *sw, char **input, char *prompt, unsigned int *selected_l
|
|||
return retv;
|
||||
}
|
||||
|
||||
|
||||
void error_dialog ( const char *msg, int markup )
|
||||
{
|
||||
MenuState state = {
|
||||
|
|
Loading…
Reference in a new issue