Spacing between functions.
authorDavid Griffith <dave@661.org>
Thu, 23 May 2019 06:18:18 +0000 (23:18 -0700)
committerDavid Griffith <dave@661.org>
Mon, 27 May 2019 02:32:11 +0000 (19:32 -0700)
src/curses/ux_input.c

index 0ff43f5f01f0b5709ce813a9a9af527bbf6c575c..d4f1b67c65e33325a499ee30a5ccc8c45ef4eb66 100644 (file)
@@ -513,11 +513,14 @@ static void utf8_mvaddnstr(int y, int x, zchar * buf, int n)
        n--;
     }
 }
+
 static void utf8_mvaddstr(int y, int x, zchar * buf)
 {
     utf8_mvaddnstr(y,x,buf,zcharstrlen(buf));
 }
 #endif /* USE_UTF8 */
+
+
 /*
  * os_read_line
  *