Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-18 | swaybar: rewrite protocol determination | Ian Fan | |
This now uses the getline function to receive the header, replacing read_line_buffer, which has been deleted since it is otherwise unused. Furthermore, once the protocol has been determined, the current status is handled immediately to be shown (though this has not been added for the i3bar protocol since it has not yet been rewritten to handle this). | |||
2018-07-09 | Update for swaywm/wlroots#1126 | emersion | |
2018-06-02 | Fix infinite loop in peek_line for EOF blanks | Brian Ashworth | |
2018-06-02 | Address emersion's feedback on peek_line | Brian Ashworth | |
2018-06-02 | Fix condition in peek_line | Brian Ashworth | |
2018-06-02 | Address first round of review for generic blocks | Brian Ashworth | |
2018-06-02 | Support braces on next line for config blocks | Brian Ashworth | |
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | |
2016-12-15 | Handle malloc failures from read_line | Drew DeVault | |
2016-06-06 | Common: Readline: Ignore newline on '\' escaped line ends. | Roosembert Palacios | |
Escape line return when reading from a file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch> | |||
2016-01-28 | Print /proc/<pid>/maps on segfault | Drew DeVault | |
2015-11-26 | Parse command line args for swaymsg | Drew DeVault | |