JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Use a tail queue for the key bindings.
authorTiago Cunha <tcunha@gmx.com>
Thu, 2 Feb 2012 21:19:17 +0000 (21:19 +0000)
committerTiago Cunha <tcunha@gmx.com>
Thu, 2 Feb 2012 23:33:39 +0000 (23:33 +0000)
commitae990c02fcc2aafb50e4786970e8d0935a1d2951
tree01f90c97a4b57960430b1cdb8e1a6fe14b300b8b
parentbdd3689b890bdfdb4d9a42a318b708b1df75ba7a
Use a tail queue for the key bindings.

Instead of hand rolling a dynamic array, just use a tail queue by taking
advantage of the queue(3) macros.

Simplifies the code, since there's no need to (re)allocate the array and
to keep track of its size and length.
scrotwm.c