diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-02-03 16:48:02 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-02-03 16:48:02 +0000 |
commit | ab8da71d29ad30030e39fd00aa2dc09666446b61 (patch) | |
tree | d9742fb78f66f5484712ea499c1c35df15d35c9c /TODO | |
parent | c403b70de4b6b03d7d823d808f6e57f55cb07155 (diff) | |
download | irssi-ab8da71d29ad30030e39fd00aa2dc09666446b61.zip |
Remove popt and use glib GOption commandline option parser
(glib-2.6 is now the minimum required version).
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4700 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -269,8 +269,6 @@ - irssi crashes at quit if perl is loaded as module - #1 0x68cc7 in module_file_deinit_gmodule (file=0x110e20) at modules-load.c:356 - <dg> i've managed to reproduce the bug, if i make three split windows (/window show 3..5), then set the windows to not be sticky and go to one of the windows, then alt+number to another window then go back the other window the display prints two windows in the same window - - irssi -cserver -nnick -> crashes - lib-popt is buggy! - - bug as well but not crash: --config=foo --home=bar -c server - /SB CLEAR still crashing sometimes? - make sure irssi works with 0x0 sized terminal. 1x1 sized terminal doesn't work if we use recreate_windows() |