From 440a84b2aa0457f9d94903f04055c1b662d41fbc Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 12 Jan 2009 00:52:37 +0000 Subject: Use -O0 to prevent copy issues. --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index e7bc7497..ccb97a42 100644 --- a/TODO +++ b/TODO @@ -100,3 +100,4 @@ bind m command-prompt 'split "man %%"' bind r command-prompt 'renamew "%%"' which then asks for a string, substitutes %% in command and executes it +- fix rxvt cursor fg issue (text under cursor has non-white fg) -- cgit