svn commit: r1932909 - subversion/trunk/subversion/svnbrowse

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <177566292517.729469.10754421041040988964@svn03-he-fi>
Author: rinrab
Date: Wed Apr  8 15:42:04 2026
New Revision: 1932909

Log:
svnbrowse: Include ncurses from curses.h (instead of ncurses.h).

curses is a library that has multiple implementations and they all share the
same API. We should generally support compiling with all of them. ncurses.h
itself is a symlink to curses.h.

We will probably use ncurses on Unix and PDCurses on Windows systems.

* subversion/svnbrowse/svnbrowse.c
  (includes): Change headers to use.

Modified:
   subversion/trunk/subversion/svnbrowse/svnbrowse.c

Modified: subversion/trunk/subversion/svnbrowse/svnbrowse.c
==============================================================================
--- subversion/trunk/subversion/svnbrowse/svnbrowse.c	Wed Apr  8 15:39:10 2026	(r1932908)
+++ subversion/trunk/subversion/svnbrowse/svnbrowse.c	Wed Apr  8 15:42:04 2026	(r1932909)
@@ -34,7 +34,7 @@
 
 #include "private/svn_cmdline_private.h"
 
-#include <ncurses.h>
+#include <curses.h>
 
 #include "svn_private_config.h"
 #include "svnbrowse.h"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.