diff options
author | Colin Okay <okay@toyful.space> | 2022-03-04 13:48:53 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-03-04 13:48:53 -0600 |
commit | 76205ae5a8c1387b663317baa9cf78daeb7451aa (patch) | |
tree | 97a87622b923a1ed7ad23c262defe61d7cbfa582 /src/lib.lisp | |
parent | 13665db59e8b0467343eba53ee56873465034ec3 (diff) |
right. need to remember to (set-term-width) where appropriate.
Diffstat (limited to 'src/lib.lisp')
-rw-r--r-- | src/lib.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.lisp b/src/lib.lisp index 2ade79b..b3741cd 100644 --- a/src/lib.lisp +++ b/src/lib.lisp @@ -175,6 +175,7 @@ and, failing that, try to fetch from configured server." (defun print-item-explanation (name-or-number) (with-oneliner (ol name-or-number) + (set-term-width) (print-oneliner-result-for-user ol) (when (getf ol :explanation) (princ #\newline) |