From dc2cac851d2409a67b63095beb4b40948599a3aa Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Tue, 31 Jul 2007 14:14:08 +0300 Subject: [PATCH] itrm: Don't mention bug 776 which was already fixed. --- src/terminal/itrm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/terminal/itrm.h b/src/terminal/itrm.h index beaa9beee..1423539ea 100644 --- a/src/terminal/itrm.h +++ b/src/terminal/itrm.h @@ -106,8 +106,7 @@ struct itrm { /*! The @c remote flag is not set in regular slave terminals. * Instead, it means the itrm controls a preexisting terminal, * and windows should not be displayed on the terminal of the - * itrm (but see bug 776: the master clears the terminal anyway); - * thus the terminal init and done strings are not sent. */ + * itrm; thus the terminal init and done strings are not sent. */ unsigned int remote:1; /**< Whether it is a remote session */ };