/[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.129 by flashcode, Fri Nov 11 23:01:21 2005 UTC revision 1.130 by flashcode, Sat Nov 12 11:45:59 2005 UTC
# Line 305  gui_color_decode_for_user_entry (unsigne Line 305  gui_color_decode_for_user_entry (unsigne
305              case GUI_ATTR_FIXED_CHAR:              case GUI_ATTR_FIXED_CHAR:
306                  string++;                  string++;
307                  break;                  break;
308              case GUI_ATTR_REVERSE_CHAR:              case GUI_ATTR_RESET_CHAR:
309                  out[out_pos++] = '%';                  out[out_pos++] = '%';
310                  out[out_pos++] = 'R';                  out[out_pos++] = 'O';
311                  string++;                  string++;
312                  break;                  break;
313                case GUI_ATTR_REVERSE_CHAR:
314              case GUI_ATTR_REVERSE2_CHAR:              case GUI_ATTR_REVERSE2_CHAR:
315                  out[out_pos++] = '%';                  out[out_pos++] = '%';
316                  out[out_pos++] = 'R';                  out[out_pos++] = 'R';
# Line 403  gui_color_encode (unsigned char *string) Line 404  gui_color_encode (unsigned char *string)
404                              }                              }
405                          }                          }
406                          break;                          break;
407                        case 'O': /* reset */
408                            out[out_pos++] = GUI_ATTR_RESET_CHAR;
409                            string++;
410                            break;
411                      case 'R': /* reverse */                      case 'R': /* reverse */
412                          out[out_pos++] = GUI_ATTR_REVERSE_CHAR;                          out[out_pos++] = GUI_ATTR_REVERSE_CHAR;
413                          string++;                          string++;

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130

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