]> git.tue.mpg.de Git - paraslash.git/commit
gui: Rename cmd_task to exec_task.
authorAndre Noll <maan@systemlinux.org>
Sat, 4 Jan 2014 22:16:22 +0000 (22:16 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 13:48:55 +0000 (15:48 +0200)
commit96fbecf492a660afbe7cbd5d45ae1dbe02f3acbf
treed84e020ae3ef069e70331092550520ed30b3c831
parent8f84db8936c1c9da355b79f3a2d1b21d5f0847df
gui: Rename cmd_task to exec_task.

The term "command" currently means either a gui command handler or
the process which is executing as a result of a defined key map. Avoid
this confusion by using the word only for command handlers.

This commit also simplifies exec_cmd() and exec_para() slightly by
moving the "hit any key to abort" message into the common function
exec_and_display().
gui.c