libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / PDCurses-3.4 / pdcurses / getyx.c
index fd0564d904aab7850d8e0a67c54f009a6926f775..1c0391766ccd934f71963ae8159dfbf38120e7aa 100644 (file)
@@ -27,12 +27,12 @@ RCSID("$Id: getyx.c,v 1.29 2008/07/15 17:13:26 wmcbrine Exp $")
         int getmaxx(WINDOW *win);
 
   Description:
-        The getyx() macro (defined in curses.h -- the prototypes here 
-        are merely illustrative) puts the current cursor position of the 
-        specified window into y and x. getbegyx() and getmaxyx() return 
-        the starting coordinates and size of the specified window, 
-        respectively. getparyx() returns the starting coordinates of the 
-        parent's window, if the specified window is a subwindow; 
+        The getyx() macro (defined in curses.h -- the prototypes here
+        are merely illustrative) puts the current cursor position of the
+        specified window into y and x. getbegyx() and getmaxyx() return
+        the starting coordinates and size of the specified window,
+        respectively. getparyx() returns the starting coordinates of the
+        parent's window, if the specified window is a subwindow;
         otherwise it sets y and x to -1. These are all macros.
 
         getsyx() gets the coordinates of the virtual screen cursor, and