Code

screen: close only current screen in screen_exit()
authorMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:07:32 +0000 (12:07 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 17 Sep 2008 10:07:32 +0000 (12:07 +0200)
commite7e9bcbe5f33eb13e14a2b053643b0de33892757
tree0631b1784974f39d3c2c94eba859b341fbe93dec
parentea1ec45e42791efa169ae0ed81a7ea8e1ebad69e
screen: close only current screen in screen_exit()

Screens which are not active have already been closed, or have never
been opened.  Don't call close again on them.
src/screen.c