Update of /project/mcclim/cvsroot/mcclim/Drei In directory clnet:/tmp/cvs-serv11012/Drei
Modified Files: drei-clim.lisp Log Message: Oops, Drei panes should not use incremental redisplay for now.
--- /project/mcclim/cvsroot/mcclim/Drei/drei-clim.lisp 2008/01/01 18:43:36 1.26 +++ /project/mcclim/cvsroot/mcclim/Drei/drei-clim.lisp 2008/01/02 09:20:26 1.27 @@ -151,13 +151,13 @@ (defclass drei-pane (drei application-pane) () (:default-initargs - :incremental-redisplay t - :end-of-line-action :scroll - :background *background-color* - :foreground *foreground-color* - :display-function 'display-drei-pane - :width 900 - :active nil) + :incremental-redisplay nil + :end-of-line-action :scroll + :background *background-color* + :foreground *foreground-color* + :display-function 'display-drei-pane + :width 900 + :active nil) (:documentation "An actual, instantiable Drei pane that permits (and requires) the host application to control the command loop completely."))