]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Don't close command fds if a key was pressed.
authorAndre Noll <maan@systemlinux.org>
Fri, 3 Jan 2014 18:25:44 +0000 (18:25 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 12:04:04 +0000 (14:04 +0200)
commitc103b1631056eea2e63adfc8261c316c8a16928b
tree014eb712d76e070b1b012a2b7b88b1df24bdee8b
parenta5864deaaceba8eb2bdfe2b40d74574d3996b6a8
gui: Don't close command fds if a key was pressed.

Killing the command is enough, as command_post_select() will notice
the EOF condition and close these fds.
gui.c