3 Commits

Author SHA1 Message Date
515bc486ce Changed to Python3 syntax 2013-09-19 00:55:52 +02:00
f6ef228c0d Added diff-view on ENTER key 2013-09-17 18:16:54 +02:00
Bobby Rullo
1041de0a81 Initial checkin!
Thanks to Jefferey Harris for the following modifications:

- read files before starting curses, since opening a pipe hangs curses
in cygwin
- made a few minor changes to make it Python2.4 compatible, since that's
what I'm running in Cygwin (try:except:finally: requires Python 2.5, as
does the "normal if test else alternate" construct)
- added help text
- removed a bunch of unneeded semi-colons ;)
- added a more pythonic idiom here and there (enumerate, a format
string, and a join instead of constructing a string in place)


git-svn-id: http://svnreview.googlecode.com/svn/trunk@2 79c90660-5d2f-0410-960b-fd9bd8afac0e
2007-05-01 00:15:06 +00:00