sway/swaybar
Ian Fan ccdec2a329 swaybar: reset tokener if json is incomplete
If the tokener parses incomplete json, it sets its error value to
json_tokener_continue. This means that extra json should be provided,
but the code was providing the entire object again. In the interest of
simplicity, the tokener is reset so that buffer_pos always points to the
start of the current object.
2018-09-21 15:09:54 +01:00
..
bar.c swaybar: use output names instead of output indexes 2018-09-17 16:04:09 +02:00
config.c Fix a bunch of swaybar memory leaks 2018-04-24 22:28:55 +01:00
event_loop.c swaybar: fix empty function prototypes 2018-09-18 11:36:33 +01:00
i3bar.c swaybar: reset tokener if json is incomplete 2018-09-21 15:09:54 +01:00
ipc.c Change _XOPEN_SOURCE defines to _POSIX_C_SOURCE 2018-09-03 09:08:49 +02:00
main.c Update for swaywm/wlroots#1126 2018-07-09 22:54:30 +01:00
meson.build Revert "Install swaybar and swaybg under /usr/lib/sway" 2018-05-06 00:20:57 +01:00
render.c swaybar: rewrite i3bar protocol handling 2018-09-18 11:36:33 +01:00
status_line.c swaybar: only free tokener when using i3bar protocol 2018-09-18 18:06:19 +01:00