]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge topic branch t/play into pu
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 18 May 2024 20:14:30 +0000 (22:14 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 18 May 2024 20:14:30 +0000 (22:14 +0200)
This small series contains a few minor tweaks for para_play. The most
obvious change is that para_play is no longer built on systems which
lack libreadline.

<!--
- para_play is no longer built if libreadline is not installed.
-->

* refs/heads/t/play:
  play: Shut down alsa on input EOF.
  play: Simplify and improve get_key_map_seq().
  play: Remove pointless goto in play_post_monitor().
  Return from filter_setup() so callers can reset the terminal.
  Let para_play depend on libreadline.

# Conflicts:
# configure.ac


Trivial merge