Skip to content

Commit

Permalink
Patch from Nikodemus Siivola adding an :after method on
Browse files Browse the repository at this point in the history
stream-finish-output for standard-extended-output-stream.
  • Loading branch information
Robert Strandh committed Jul 31, 2009
1 parent 9bc7f7b commit e12a40d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stream-output.lisp
Expand Up @@ -202,6 +202,11 @@
(with-sheet-medium (medium stream)
(medium-force-output medium)))

(defmethod stream-finish-output :after ((stream
standard-extended-output-stream))
(with-sheet-medium (medium stream)
(medium-finish-output medium)))

(defmethod compose-space ((pane standard-extended-output-stream) &key width height)
(declare (ignorable width height))

Expand Down

0 comments on commit e12a40d

Please sign in to comment.