Update todo list.
authorMason Larobina <mason.larobina@gmail.com>
Mon, 29 Jun 2009 16:58:32 +0000 (00:58 +0800)
committerMason Larobina <mason.larobina@gmail.com>
Mon, 29 Jun 2009 16:58:32 +0000 (00:58 +0800)
examples/data/uzbl/scripts/uzbl_tabbed.py

index 9ecfb09..31c9416 100755 (executable)
 
 # Issues: 
 #   - new windows are not caught and opened in a new tab.
-#   - need an easier way to read a uzbl instances window title instead of 
-#     spawning a shell to spawn uzblctrl to communicate to the uzbl 
-#     instance via socket to dump the window title to then pipe it to 
-#     the tabbing managers fifo socket.
 #   - probably missing some os.path.expandvars somewhere.