X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=opera;a=blobdiff_plain;f=src%2Fmain%2Fopera.lisp;fp=src%2Fmain%2Fopera.lisp;h=b66a4c07cf1fecdafaab2eb3a7dfbd04e585317b;hp=0d70f9f0c5a6a793dcc8a855fac0cc2d20654bf8;hb=431bef76ea3304860503dde9dcbc10e2cee8c5eb;hpb=57382c64deeded63abbc5b1417e69dfd3db07fbf diff --git a/src/main/opera.lisp b/src/main/opera.lisp index 0d70f9f..b66a4c0 100644 --- a/src/main/opera.lisp +++ b/src/main/opera.lisp @@ -87,7 +87,8 @@ ((process-options (remaining-options &optional current-strings) (if (not remaining-options) (format nil - (format nil "~~A~~{~~,,~A~~A~~}" command-width) + ; Then 1+ is for the space after the command + (format nil "~~A~~{~~%~~,,~A@A~~}" (1+ command-width)) (car (reverse current-strings)) (cdr (reverse current-strings))) (let*