projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7892006
)
world-monitor: truncate lines
author
Matt Birkholz
<puck@birchwood-abbey.net>
Fri, 29 Jan 2016 19:23:12 +0000
(12:23 -0700)
committer
Matt Birkholz
<puck@birchwood-abbey.net>
Wed, 3 Feb 2016 00:08:15 +0000
(17:08 -0700)
src/edwin/world-monitor.scm
patch
|
blob
|
history
diff --git
a/src/edwin/world-monitor.scm
b/src/edwin/world-monitor.scm
index 5b02a344b6374f010d27d7bdae3142202519eaa8..6705693b40ca46ef5a5f090bab0a1390c1817081 100644
(file)
--- 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"))))