mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -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)
|
- Highlight multiple selected rows (#287,#293)
|
||||||
- Dmenu can read from file instead of stdin.
|
- Dmenu can read from file instead of stdin.
|
||||||
- Regex matching (#113)
|
- Regex matching (#113)
|
||||||
|
- Take Screenshot of rofi using keybinding.
|
||||||
Improvements:
|
Improvements:
|
||||||
- Update manpage (#289, #291)
|
- Update manpage (#289, #291)
|
||||||
- Improve speed of reading stdin in dmenu mode.
|
- 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;
|
return retv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void error_dialog ( const char *msg, int markup )
|
void error_dialog ( const char *msg, int markup )
|
||||||
{
|
{
|
||||||
MenuState state = {
|
MenuState state = {
|
||||||
|
|
Loading…
Reference in a new issue