]> git.sur5r.net Git - i3/i3/commit - include/i3/ipc.h
ipc: rename COMMAND to RUN_COMMAND for consistency (#2956)
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Sun, 17 Sep 2017 13:25:00 +0000 (15:25 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 19 Sep 2017 13:46:38 +0000 (15:46 +0200)
commit3bc91118c8d5200f4de1c531c47f847def851574
treebca9674563d86f625588d40b363553b1f38d769c
parent395dc7bebd839581440fbb0b086aa1312009d71c
ipc: rename COMMAND to RUN_COMMAND for consistency (#2956)

All other message types are verbs, only our first-ever message COMMAND wasn’t.

While we’re here, also change the message type dictionary into a table with
clickable links to the corresponding reply type.

Authors of downstream IPC libraries are encouraged to keep the old name around
so as to not break existing code, but mark it as deprecated.
AnyEvent-I3/lib/AnyEvent/I3.pm
docs/ipc
i3-msg/main.c
i3bar/src/xcb.c
include/i3/ipc.h
src/ipc.c
src/main.c