/[weechat]/weechat/src/gui/curses/gui-display.c
ViewVC logotype

Diff of /weechat/src/gui/curses/gui-display.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.122 by flashcode, Fri Nov 4 11:53:25 2005 UTC revision 1.123 by flashcode, Fri Nov 4 13:11:39 2005 UTC
# Line 238  gui_color_decode (unsigned char *string, Line 238  gui_color_decode (unsigned char *string,
238                      }                      }
239                  }                  }
240                  break;                  break;
241                case GUI_ATTR_WEECHAT_COLOR_CHAR:
242                    string++;
243                    if (isdigit (string[0]) && isdigit (string[1]))
244                    {
245                        if (keep_colors)
246                        {
247                            out[out_pos++] = string[0];
248                            out[out_pos++] = string[1];
249                        }
250                        string += 2;
251                    }
252                    break;
253              case GUI_ATTR_WEECHAT_SET_CHAR:              case GUI_ATTR_WEECHAT_SET_CHAR:
254              case GUI_ATTR_WEECHAT_REMOVE_CHAR:              case GUI_ATTR_WEECHAT_REMOVE_CHAR:
255                  string++;                  string++;

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26