1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

Fixed bug with new %O attribute for color reset

This commit is contained in:
Sebastien Helleu
2005-11-12 12:00:03 +00:00
parent b081d831e6
commit 47c3266952
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -299,9 +299,6 @@ gui_color_decode_for_user_entry (unsigned char *string)
out[out_pos++] = 'B';
string++;
break;
case GUI_ATTR_RESET_CHAR:
string++;
break;
case GUI_ATTR_FIXED_CHAR:
string++;
break;
-3
View File
@@ -299,9 +299,6 @@ gui_color_decode_for_user_entry (unsigned char *string)
out[out_pos++] = 'B';
string++;
break;
case GUI_ATTR_RESET_CHAR:
string++;
break;
case GUI_ATTR_FIXED_CHAR:
string++;
break;