Code

screen: moved code to paint_top_window2()
authorMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:28 +0000 (12:27 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 10:27:28 +0000 (12:27 +0200)
commit001ff5ee87b755c8c5371690222fc3ac16ba0602
treecc3103aaf1a279f0f6314b31cd9f29ed137c97f9
parent4ebba1b36f4f171fb5daa25a8578e21d2740c517
screen: moved code to paint_top_window2()

Nearly all of the code in paint_top_window() is on indent level 2,
just because it depends on a condition.  Make this more readable and
move to indent level 1 by moving this code to a separate function.
src/screen.c