aboutsummaryrefslogtreecommitdiff
path: root/common/readline.c
AgeCommit message (Collapse)Author
2018-06-02Fix infinite loop in peek_line for EOF blanksBrian Ashworth
2018-06-02Address emersion's feedback on peek_lineBrian Ashworth
2018-06-02Fix condition in peek_lineBrian Ashworth
2018-06-02Address first round of review for generic blocksBrian Ashworth
2018-06-02Support braces on next line for config blocksBrian Ashworth
2018-01-05sway: change all sway_log to wlr_logDominique Martinet
2016-12-15Handle malloc failures from read_lineDrew DeVault
2016-06-06Common: 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-28Print /proc/<pid>/maps on segfaultDrew DeVault
2015-11-26Parse command line args for swaymsgDrew DeVault