Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
climacs
climacs
Commits
4feb284e
Commit
4feb284e
authored
Jan 23, 2008
by
Troels Henriksen
Browse files
Small performance improvement for typeout views.
parent
4a9897fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
typeout.lisp
View file @
4feb284e
...
@@ -47,8 +47,8 @@ record history."))
...
@@ -47,8 +47,8 @@ record history."))
(
defmethod
handle-redisplay
((
pane
drei-pane
)
(
view
typeout-view
)
(
region
region
))
(
defmethod
handle-redisplay
((
pane
drei-pane
)
(
view
typeout-view
)
(
region
region
))
(
if
(
and
(
not
(
dirty
view
))
(
if
(
and
(
not
(
dirty
view
))
(
find
(
output-history
view
)
(
eq
(
output-record-parent
(
output-history
view
)
)
(
output-record-children
(
stream-output-history
pane
)))
)
(
stream-output-history
pane
)))
(
replay
(
stream-output-history
pane
)
pane
region
)
(
replay
(
stream-output-history
pane
)
pane
region
)
(
call-next-method
)))
(
call-next-method
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment