]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Move static variables of cmd_post_select() into struct cmd_task.
authorAndre Noll <maan@systemlinux.org>
Sat, 4 Jan 2014 06:48:36 +0000 (06:48 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 13:48:55 +0000 (15:48 +0200)
commit8f84db8936c1c9da355b79f3a2d1b21d5f0847df
tree03be93033683ea159f154b7d2b20235fca402ee3
parent4f5209c5ddb334bf35d293c6ccf6f056267f4407
gui: Move static variables of cmd_post_select() into struct cmd_task.

For the same reason stated in the commit message of the previous patch,
these variables belong to the context structure of the command task,
so move them there.

The COMMAND_BUF_SIZE define had to be moved above the definition of
struct cmd_task since COMMAND_BUF_SIZE uses it.
gui.c