]> 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)
committerGitHub <noreply@github.com>
Sun, 17 Sep 2017 13:25:00 +0000 (15:25 +0200)
commit607e97e65190d1997048b510d72d30ebff1ca129
tree39bfcb1e700172edf286c88f2f694b18b384c172
parentd726d09d496577d1c337a4b97486f2c9fbc914f1
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