Also rearrange to be in more obvious lexicographic order.
---
 ncurses/curses.priv.h | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/ncurses/curses.priv.h b/ncurses/curses.priv.h
index c6f0695c5..4dd4db925 100644
--- a/ncurses/curses.priv.h
+++ b/ncurses/curses.priv.h
@@ -2055,8 +2055,12 @@ extern NCURSES_EXPORT(int) _nc_wgetch(WINDOW *, int *, 
int EVENTLIST_2nd(_nc_eve
 /* lib_insch.c */
 extern NCURSES_EXPORT(int) _nc_insert_ch(SCREEN *, WINDOW *, chtype);
 
+/* lib_mouse.c */
+extern NCURSES_EXPORT(bool) _nc_has_mouse (const SCREEN *);
+
 /* lib_mvcur.c */
 #define NC_INFINITY    1000000 /* cost: too high to use */
+#define BAUDBYTE       9       /* 9 = 7 bits + 1 parity + 1 stop */
 
 extern NCURSES_EXPORT(int) _nc_mvcur(int yold, int xold, int ynew, int xnew);
 
@@ -2070,13 +2074,6 @@ extern NCURSES_EXPORT(void) _nc_screen_init (void);
 extern NCURSES_EXPORT(void) _nc_screen_resume (void);
 extern NCURSES_EXPORT(void) _nc_screen_wrap (void);
 
-/* lib_mouse.c */
-extern NCURSES_EXPORT(bool) _nc_has_mouse (const SCREEN *);
-
-/* lib_mvcur.c */
-#define NC_INFINITY    1000000 /* cost: too high to use */
-#define BAUDBYTE       9       /* 9 = 7 bits + 1 parity + 1 stop */
-
 /* lib_setup.c */
 extern NCURSES_EXPORT(char *) _nc_get_locale(void);
 extern NCURSES_EXPORT(bool)   _nc_unicode_locale(void);
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

Reply via email to