From 820c9d3d8288c8d6dfb3172750bc26adea76f66c Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 27 Jan 2002 20:42:45 +0000 Subject: Comment changes git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2347 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-text/textbuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fe-text/textbuffer.h b/src/fe-text/textbuffer.h index c411f294..adea3604 100644 --- a/src/fe-text/textbuffer.h +++ b/src/fe-text/textbuffer.h @@ -32,7 +32,7 @@ typedef struct _LINE_REC { /* Text in the line. \0 means that the next char will be a color or command. - If the 8th bit is set, the first 7 bits are the command + If the 7th bit is set, the lowest 7 bits are the command (see LINE_CMD_xxxx). Otherwise they specify a color change: Bit: -- cgit v1.2.3