Skip to content

Commit cc131da

Browse files
committed
Redirect PDCurses's repo link. Remove redundant empty line.
1 parent 3551cbc commit cc131da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
152152
* [docopt.cpp](https://github.com/docopt/docopt.cpp) - A library to generate option parser from docstring. [MIT/Boost]
153153
* [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD]
154154
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
155-
* [PDCurses](http://pdcurses.sourceforge.net/) - Public domain curses library with both source code and pre-compiled library available. [PublicDomain]
155+
* [PDCurses](https://github.com/wmcbrine/PDCurses) - Public domain curses library with both source code and pre-compiled library available. [PublicDomain]
156156
* [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [BSD]
157157

158158
## Compression
@@ -354,7 +354,6 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
354354
* [libiconv](http://www.gnu.org/software/libiconv/) - An encoding conversion library between different character encodings. [GPL]
355355
* [utf8.h](https://github.com/sheredom/utf8.h) - Single header utf8 string functions for C and C++. [Unlicense]
356356

357-
358357
## Inter-process communication
359358

360359
* [Apache Thrift](https://thrift.apache.org/) - Efficient cross-language IPC/RPC, works between C++, Java, Python, PHP, C#, and many more other languages. Originally developed by Facebook. [Apache2]

0 commit comments

Comments
 (0)