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

Fixed crash with ncurses color when too many colors defined in ncurses (bug #16556)

This commit is contained in:
Sebastien Helleu
2006-05-14 12:42:46 +00:00
parent 631eab3c66
commit 127edfb0fe
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ ChangeLog - 2006-05-14
Version 0.1.9 (under dev!):
* fixed crash with malformed UTF-8 strings
* fixed crash with ncurses color when too many colors defined in ncurses
(bug #16556)
* added new key to find previous completion (shift-tab by default)
* fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358)
* fixed Ruby crash when handler does not return OK or KO (bug #16552)
+1
View File
@@ -6,6 +6,7 @@ ChangeLog - 2006-05-14
Version 0.1.9 (under dev!):
* fixed crash with malformed UTF-8 strings
* fixed crash with ncurses color when too many colors defined in ncurses
(bug #16556)
* added new key to find previous completion (shift-tab by default)
* fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358)
* fixed Ruby crash when handler does not return OK or KO (bug #16552)