From 266c13df18bb576bbda4a417c429a66a8929c6af Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 23 Aug 2009 11:50:39 +0000 Subject: Check the return value of strunvis against -1 not NULL. --- TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 3ba1d46c..037abd7d 100644 --- a/TODO +++ b/TODO @@ -101,3 +101,7 @@ - handle resize better in copy mode - way to copy stuff that is off screen due to resize - fix line wrapping c&p problems in xterm etc +- it would be awesome if choose-window/choose-session (+choose-client) were + extended to accept a command: so you could do "choose-window 'killw -t%%'" + and it will replace the selected window target (fully qualified w/ session + name etc) in the command and execute it -- cgit