diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 22:04:32 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 22:04:32 +0000 |
commit | 0c25fde6e73614a7d2dd793cd71e2cb379839061 (patch) | |
tree | 05bcc0f958d7413285afc2069611a02a2444149c /mail/mmr/files/patch-terminal.cpp | |
parent | TruthTable is a truth table generator that does the dirty work for you. (diff) |
Update to version 1.6.0
PR: ports/100034
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=167408
Diffstat (limited to 'mail/mmr/files/patch-terminal.cpp')
-rw-r--r-- | mail/mmr/files/patch-terminal.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/mmr/files/patch-terminal.cpp b/mail/mmr/files/patch-terminal.cpp deleted file mode 100644 index 6dfed8fe0e6d..000000000000 --- a/mail/mmr/files/patch-terminal.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- terminal.cpp.orig Fri Oct 25 13:51:29 2002 -+++ terminal.cpp Fri Oct 25 13:51:50 2002 -@@ -11,7 +11,7 @@ - int Terminal::wasraw = 0; - int Terminal::maxwait = 0; - --Terminal:: Terminal(int makeraw = 1) -+Terminal:: Terminal(int makeraw) - { - /* Initialize curses, if necessary */ - if ( refcount == 0 ) { -@@ -133,7 +133,7 @@ - - /* Input routines */ - int --Terminal:: waitchar(WINDOW *the_win = NULL) -+Terminal:: waitchar(WINDOW *the_win) - { - int ch, t; - |