Move SIGWINCH setup in the display file

The SIGWINCH signal handler calls a display function. For this
we exported the handler in powerdebug.c.

That does not make sense, let's move the signal setup in display.c
directly.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2 files changed