From 0d8dd6582189fc61423ad2c95852a293a91c13da Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 29 Jan 2016 12:23:12 -0700 Subject: [PATCH] world-monitor: truncate lines --- src/edwin/world-monitor.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/edwin/world-monitor.scm b/src/edwin/world-monitor.scm index 5b02a344b..6705693b4 100644 --- a/src/edwin/world-monitor.scm +++ b/src/edwin/world-monitor.scm @@ -49,6 +49,7 @@ it, and spawn a thread to update it after every (define (start-world-monitor buffer) (set-buffer-major-mode! buffer (ref-mode-object read-only)) + (local-set-variable! truncate-lines #t buffer) (let ((registration #f) (report #f) (thread-flags (list (cons (current-thread) "edwin")))) -- 2.25.1