diff options
Diffstat (limited to 'vm/vmimpl')
| -rw-r--r-- | vm/vmimpl/openbsd.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vm/vmimpl/openbsd.go b/vm/vmimpl/openbsd.go index c758bd5e4..5e5ce3d3f 100644 --- a/vm/vmimpl/openbsd.go +++ b/vm/vmimpl/openbsd.go @@ -15,7 +15,8 @@ import ( func DiagnoseOpenBSD(w io.Writer) bool { commands := []string{ "", - "set $lines = 0", // disable pagination + "set $lines = 0", // disable pagination + "set $maxwidth = 0", // disable line continuation "show panic", "trace", "show registers", |
