]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Introduce status_post_select().
authorAndre Noll <maan@systemlinux.org>
Sun, 26 Jan 2014 17:14:34 +0000 (18:14 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 13:48:54 +0000 (15:48 +0200)
commitf840be8ddc43e321b07edf24eafeab5bc5bc57ef
treeb60b07352b7bbf90b1c8b823e109327298e62774
parent4207df0cbc1fcaa2ddb76febf82f25a23a0fb62d
gui: Introduce status_post_select().

This moves stat pipe error handling into read_stat_pipe() and renames
the function to status_post_select(), which is more to the point. It
shortens do_select() a bit.

Since status_post_select() now calls print_all_items() and
clear_all_items() it had to be moved down to avoid a forward
declaration.
gui.c