]> git.sur5r.net Git - i3/i3/commit
Implement shmlog command
authorAlexander Berntsen <alexander@plaimi.net>
Wed, 5 Jun 2013 13:04:57 +0000 (15:04 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 23 Jun 2013 19:48:02 +0000 (21:48 +0200)
commitf9d93d75b379332d663f9661a86084483529197c
tree8424a4f97bb05892178ff56128f23a932b903f66
parent684a77442e496ae86e895751fdae2a0abb43234e
Implement shmlog command

Add shmlog command that takes <size>|toggle|on|off. Separate logbuffer
management into open_logbuffer() and close_logbuffer(). Make
t/187-commands-parser.t expect 'shmlog'. Add update_shmlog_atom() to
update the SHMLOG_PATH. Document the shmlog command in userguide.
docs/userguide
include/commands.h
include/log.h
include/x.h
parser-specs/commands.spec
src/commands.c
src/log.c
src/x.c
testcases/t/187-commands-parser.t