summaryrefslogtreecommitdiff
path: root/src/console.c
AgeCommit message (Collapse)AuthorFilesLines
2015-12-10Fix crash for long printfsMichał Cichoń1-1/+1
2015-12-10Use custom function to feed console instead of trying to be clever and ↵Michał Cichoń1-305/+308
capturing stdout. This fixes IO on Windows 8 and Windows 10.
2015-08-25Replace pthread with CRT thread.Michał Cichoń1-9/+9
2015-08-25Fix text copied to clipboard being cropped.Michał Cichoń1-4/+5
2015-08-25Port pianobar to Windows:Michał Cichoń1-0/+419
- 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