Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-07-10 | Make combining_terminal_output implement the same interface as Mock. | Daniel Burrows | 1 | -1/+1 |
2010-07-10 | Split the "terminal" interface into several interfaces that each export one p... | Daniel_Burrows@alumni.brown.edu | 1 | -55/+8 |
2010-06-07 | Add a sanity-check to the terminal mock tests that makes the same calls a sim... | Daniel Burrows | 1 | -0/+22 |
2010-06-07 | Verify that we can output two carriage returns from the fake terminal using m... | Daniel Burrows | 1 | -1/+3 |
2010-06-06 | Use wide strings in the terminal wrapper interface. | Daniel Burrows | 1 | -40/+41 |
2010-06-04 | Retool the terminal mock so that it can be used as a standalone mock. | Daniel_Burrows@alumni.brown.edu | 1 | -1/+1 |
2010-06-04 | In the mock terminal, make calls to move_to_beginning_of_line() cause '\r' to... | Daniel Burrows | 1 | -1/+50 |
2010-06-03 | Write a mock of the terminal object that automatically canonicalizes the term... | Daniel Burrows | 1 | -0/+200 |