Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 560 | Kartik K. Agaram | 2015-01-13 | 1 | -3/+0 |
| | |||||
* | 554 - tedious to have to check for routine errors on every fork | Kartik K. Agaram | 2015-01-13 | 1 | -0/+1 |
| | |||||
* | 551 | Kartik K. Agaram | 2015-01-13 | 1 | -55/+61 |
| | | | | Tests force me to extract functions 'read-rank' and 'read-file'. | ||||
* | 550 - another bugfix, another pending test | Kartik K. Agaram | 2015-01-13 | 1 | -0/+3 |
| | |||||
* | 549 - suppress prints in read-move | Kartik K. Agaram | 2015-01-13 | 1 | -5/+21 |
| | | | | | | This is the sort of thing we want to make super easy. But there's a bug at the moment: chessboard prints junk input at second move. | ||||
* | 546 - chessboard now reads from stdin | Kartik K. Agaram | 2015-01-12 | 1 | -5/+13 |
| | | | | Hacky, but it's a start. | ||||
* | 544 - text modes now called 'retro' & 'cursor' | Kartik K. Agaram | 2015-01-12 | 1 | -0/+223 |
Other options considered for 'retro': 'teletype': perhaps most accurate, but arcane 'chat': captures that you have to hit 'enter', but not the rendering 'wrap': captures the auto-wrap when printing text but not that you have to hit 'enter' when typing 'text': useful as a synonym of 'chat' while conveying more information in other meanings, but too generic, nobody will get it Why do the input and output options have to be entangled like this? |