Merge branch 'master' of ssh://suckless.org/gitrepos/st - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c03548750b2527a6ddb5edfd945c5799066a6224
 (DIR) parent 8e15887de95a7076b9515dcbb428b364f6dc3849
 (HTM) Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
       Date:   Fri, 15 May 2015 07:51:58 +0200
       
       Merge branch 'master' of ssh://suckless.org/gitrepos/st
       
       Diffstat:
         M st.c                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/st.c b/st.c
       @@ -4011,7 +4011,7 @@ main(int argc, char *argv[]) {
                        opt_class = EARGF(usage());
                        break;
                case 'e':
       -                if(argc > 1)
       +                if(argc > 0)
                                --argc, ++argv;
                        goto run;
                case 'f':