ymattw / ydiff

View colored, incremental diff in workspace or from stdin with side by side and auto pager support
Other
873 stars 62 forks source link

Handle all keyboard interrupts more completely #28

Closed myint closed 11 years ago

myint commented 11 years ago

This fixes #27.

ymattw commented 11 years ago

Smart fix, thanks!

Please note cdiff does not work on Windows at all because it imports fcntl which only available on Unix platforms, that was introduced to support context diff via filterdiff (see #15). So I am going to cherry-pick 5cf5ab7 only. Let me know if anything I misunderstood.

ymattw commented 11 years ago

Cherry pick'ed 5cf5ab7, thanks.