Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactor readline block
  • Loading branch information
tiran committed Jul 1, 2022
commit a0caa1f83c76f62211b56c40137c3912e617085f
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Dependencies of :mod:`readline` and :mod:`curses` module are now detected in
``configure`` script with ``pkg-config``. Only ``ncurses`` / ``ncursesw``
are detected automatically. The old ``curses`` library is not configured
automatically.
automatically. Workaround for missing ``termcap`` or ``tinfo`` library
has been removed.
Loading