aboutsummaryrefslogtreecommitdiff
path: root/screen.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-08-27 10:08:44 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-08-27 10:08:44 +0000
commitb9de906ad9677f30b1fa9af3219ebc803f3abb9f (patch)
tree113e879c5713d3718e9b101f999cbfd8459bdab6 /screen.c
parent73d7b7047979d7b36711ab6621db7b0c97d3ea00 (diff)
downloadrtmux-b9de906ad9677f30b1fa9af3219ebc803f3abb9f.tar.gz
rtmux-b9de906ad9677f30b1fa9af3219ebc803f3abb9f.tar.bz2
rtmux-b9de906ad9677f30b1fa9af3219ebc803f3abb9f.zip
We use screen now, not ansi.
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.c b/screen.c
index 7cb55b89..bcd7f611 100644
--- a/screen.c
+++ b/screen.c
@@ -1,4 +1,4 @@
-/* $Id: screen.c,v 1.5 2007-08-27 09:53:38 nicm Exp $ */
+/* $Id: screen.c,v 1.6 2007-08-27 10:08:44 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -23,7 +23,7 @@
#include "tmux.h"
/*
- * Virtual screen and basic ANSI terminal emulator.
+ * Virtual screen and basic terminal emulator.
*
* XXX Much of this file sucks.
*/