summaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/PDCurses-3.4/pdcurses/kernel.c
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2011-10-31 12:54:00 -0700
committerPatrick Georgi <patrick@georgi-clan.de>2011-11-01 19:08:23 +0100
commite11835e2995d130890ca9f45cb3e304f2ea3a6a9 (patch)
treecfc5345e9d98b231de0699714771a5d7f54c6ce1 /payloads/libpayload/curses/PDCurses-3.4/pdcurses/kernel.c
parentdd6906328904309e4d93e4bcb04a6cfa3646f29d (diff)
libpayload: remove trailing whitespace and run dos2unix
Change-Id: Iffed3602456f5306711c65f06c873c58d4086e11 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/363 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'payloads/libpayload/curses/PDCurses-3.4/pdcurses/kernel.c')
-rw-r--r--payloads/libpayload/curses/PDCurses-3.4/pdcurses/kernel.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/payloads/libpayload/curses/PDCurses-3.4/pdcurses/kernel.c b/payloads/libpayload/curses/PDCurses-3.4/pdcurses/kernel.c
index 7e41ccfdea..1a2f835125 100644
--- a/payloads/libpayload/curses/PDCurses-3.4/pdcurses/kernel.c
+++ b/payloads/libpayload/curses/PDCurses-3.4/pdcurses/kernel.c
@@ -45,17 +45,17 @@ RCSID("$Id: kernel.c,v 1.78 2008/07/15 17:13:26 wmcbrine Exp $")
0 makes it disappear; 1 makes it appear "normal" (usually an
underline) and 2 makes it "highly visible" (usually a block).
- ripoffline() reduces the size of stdscr by one line. If the
- "line" parameter is positive, the line is removed from the top
- of the screen; if negative, from the bottom. Up to 5 lines can
- be ripped off stdscr by calling ripoffline() repeatedly. The
- function argument, init, is called from within initscr() or
- newterm(), so ripoffline() must be called before either of these
- functions. The init function receives a pointer to a one-line
- WINDOW, and the width of the window. Calling ripoffline() with a
+ ripoffline() reduces the size of stdscr by one line. If the
+ "line" parameter is positive, the line is removed from the top
+ of the screen; if negative, from the bottom. Up to 5 lines can
+ be ripped off stdscr by calling ripoffline() repeatedly. The
+ function argument, init, is called from within initscr() or
+ newterm(), so ripoffline() must be called before either of these
+ functions. The init function receives a pointer to a one-line
+ WINDOW, and the width of the window. Calling ripoffline() with a
NULL init function pointer is an error.
- napms() suspends the program for the specified number of
+ napms() suspends the program for the specified number of
milliseconds. draino() is an archaic equivalent.
resetterm(), fixterm() and saveterm() are archaic equivalents
@@ -193,7 +193,7 @@ int curs_set(int visibility)
ret_vis = PDC_curs_set(visibility);
- /* If the cursor is changing from invisible to visible, update
+ /* If the cursor is changing from invisible to visible, update
its position */
if (visibility && !ret_vis)