summaryrefslogtreecommitdiff
path: root/src/console.h
AgeCommit message (Collapse)AuthorFilesLines
2017-05-17Switch to #pragma onceLars-Dominik Braun1-3/+1
# Conflicts: # src/http/http.h # src/player.h
2015-12-10Use custom function to feed console instead of trying to be clever and ↵Michał Cichoń1-1/+8
capturing stdout. This fixes IO on Windows 8 and Windows 10.
2015-08-25Port pianobar to Windows:Michał Cichoń1-0/+45
- use newly introduced console.h instead of terminal.h which emulate some behavior of VT terminals - replace ffmpeg/libov player with more abstract one with DirectShow implementation