Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-10 | Use custom function to feed console instead of trying to be clever and ↵ | Michał Cichoń | 1 | -4/+4 | |
capturing stdout. This fixes IO on Windows 8 and Windows 10. | |||||
2015-08-25 | Remove unused headers. | Michał Cichoń | 1 | -6/+0 | |
2015-08-25 | Port pianobar to Windows: | Michał Cichoń | 1 | -140/+256 | |
- 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 | |||||
2014-01-02 | Added Ctrl-u to readline | Lars-Dominik Braun | 1 | -20/+27 | |
Based on suggestion from Sebastian, see issue #416. Fixed several issues (multibyte, \0-termination) and refactored readline code while I’m at it. | |||||
2011-12-03 | Simplify readline | Lars-Dominik Braun | 1 | -38/+18 | |
Inspired by pianobar-windows | |||||
2011-03-26 | Fix broken multibyte character readline | Lars-Dominik Braun | 1 | -1/+1 | |
Introduced by ce8503f859345990a14be90bf89dadf7f73d7613. Escaping from signedness hell again. | |||||
2011-02-02 | BarReadline rewrite | Lars-Dominik Braun | 1 | -31/+79 | |
Doesn't use c streams any more, allows multiplexing of fifo/stdin in all situations. | |||||
2010-12-27 | Change my email address | Lars-Dominik Braun | 1 | -1/+1 | |
Again. And hopefully the last time. | |||||
2010-07-30 | Useless comparison removed | Lars-Dominik Braun | 1 | -4/+2 | |
Unsigned int is always >= 0. | |||||
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 | |
2009-09-08 | C99 conformance | Lars-Dominik Braun | 1 | -1/+1 | |
2009-08-21 | ^H (ASCII BS) == ^? (ASCII DEL) | Lars-Dominik Braun | 1 | -1/+3 | |
2009-08-04 | Use "static" keyword for functions | Lars-Dominik Braun | 1 | -4/+4 | |
2009-04-11 | Read data from fifo | Lars-Dominik Braun | 1 | -8/+12 | |
You may change your current station or add shared stations via fifo now | |||||
2009-04-10 | Goodbye readline | Lars-Dominik Braun | 1 | -0/+195 | |
"It's too big and too slow." -- man readline |