]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui.c: Remove condition which is always true.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 5 Mar 2016 20:30:31 +0000 (21:30 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 13 Mar 2016 17:11:32 +0000 (18:11 +0100)
commit33e57c3a92e4c105504832b4bb106273ffcdc2a7
tree3c03f89412d129c72d6883c74d729e7e066e3aad
parentee3dfa7ab8a74124448649386e877775cd8625b6
gui.c: Remove condition which is always true.

If top.win is NULL, curses_active() is false so we return early.
gui.c