summaryrefslogtreecommitdiffstats
path: root/common/readline.c
Commit message (Collapse)AuthorAge
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
|
* Fix infinite loop in peek_line for EOF blanksLibravatar Brian Ashworth2018-06-02
|
* Address emersion's feedback on peek_lineLibravatar Brian Ashworth2018-06-02
|
* Fix condition in peek_lineLibravatar Brian Ashworth2018-06-02
|
* Address first round of review for generic blocksLibravatar Brian Ashworth2018-06-02
|
* Support braces on next line for config blocksLibravatar Brian Ashworth2018-06-02
|
* sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05
|
* Handle malloc failures from read_lineLibravatar Drew DeVault2016-12-15
|
* Common: Readline: Ignore newline on '\' escaped line ends.Libravatar Roosembert Palacios2016-06-06
| | | | | | | Escape line return when reading from a file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
* Print /proc/<pid>/maps on segfaultLibravatar Drew DeVault2016-01-28
|
* Parse command line args for swaymsgLibravatar Drew DeVault2015-11-26