sway/common
Mikkel Oscar Lyderik 5e253fdd9a Correctly exit sway on errors.
Calling `exit` in sway_terminate prevents sway from correctly shutting
down (freeing data, cleanly terminating the ipc server, etc.).

A better way is to exit straight away if the failure occurs before
`wlc_run` and use sway_abort as usual if it occur when wlc is running.
2016-02-26 09:42:21 +01:00
..
CMakeLists.txt fix backtrace detection in CMake 2015-12-22 00:32:41 +01:00
ipc-client.c Add type to returned response. 2016-01-03 20:40:50 +01:00
list.c swaybar: fix memory leaks 2015-12-22 17:54:47 +01:00
log.c Correctly exit sway on errors. 2016-02-26 09:42:21 +01:00
readline.c Print /proc/<pid>/maps on segfault 2016-01-28 07:57:07 -05:00
stringop.c Add quotes to multiword arguments. 2016-01-25 00:14:13 +01:00
util.c numlen(0) == 1 2016-01-24 03:02:51 +01:00