On Thu, Jan 26, 2012 at 8:01 AM, Peter Hartman
<peterjohnhart...@gmail.com> wrote:
> As far as I can tell, this new branch breaks the -e argument, e.g.,
>
> st -f Terminus:size=12 -e tmux-start.sh
>
> is a total fail cat (laugh out loud).

And here's a patch to fix that:




-- 
sic dicit magister P
University of Toronto / Fordham University
Collins Hall B06; Office Hours TF10-12 http://individual.utoronto.ca/peterjh
gpg 1024D/ED6EF59B (7D1A 522F D08E 30F6 FA42 B269 B860 352B ED6E F59B)
gpg --keyserver pgp.mit.edu --recv-keys ED6EF59B
diff -r aedb39a024ba st.c
--- a/st.c      Mon Jan 23 20:58:12 2012 +0100
+++ b/st.c      Thu Jan 26 08:03:46 2012 -0500
@@ -2077,6 +2077,7 @@
                switch(argv[i][0] != '-' || argv[i][2] ? -1 : argv[i][1]) {
                case 'f':
                        if(++i < argc) opt_font = argv[i];
+                       break;
                case 't':
                        if(++i < argc) opt_title = argv[i];
                        break;

Reply via email to