From cc813e85410b0c2e9445ce301e3e60a8fde49458 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Tue, 31 Jul 2007 14:12:28 +0300 Subject: [PATCH] Doxygen: minor changes in src/terminal/itrm.h --- src/terminal/itrm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/terminal/itrm.h b/src/terminal/itrm.h index 2b5276a5f..beaa9beee 100644 --- a/src/terminal/itrm.h +++ b/src/terminal/itrm.h @@ -8,8 +8,8 @@ * longer than ITRM_IN_QUEUE_SIZE bytes. So it should be defined * as greater than the length of any control sequence that ELinks * is expected to receive. These are the longest so far: - * VT420: "\E[?64;1;2;6;7;8;9;15;18;19;21c" - * VT510: "\E[?64;1;2;7;8;9;12;15;18;21;23;24;42;44;45;46c" */ + * - VT420: "\E[?64;1;2;6;7;8;9;15;18;19;21c" + * - VT510: "\E[?64;1;2;7;8;9;12;15;18;21;23;24;42;44;45;46c" */ #define ITRM_IN_QUEUE_SIZE 64 struct itrm_queue { @@ -59,7 +59,7 @@ struct itrm_in { struct itrm_queue queue; }; -/* Things going out from an itrm, whether to the terminal or to the +/** Things going out from an itrm, whether to the terminal or to the * master. */ struct itrm_out { /** A file descriptor for the standard output. In some ports,