[mcclim-cvs] CVS mcclim/Drei
thenriksen
thenriksen at common-lisp.net
Sat Jan 13 21:09:52 UTC 2007
Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv8180
Modified Files:
input-editor.lisp
Log Message:
Redraw the input buffer after setting syntax, fixes some display
issues when using `presentation-replace-input' (for example, when
using the history).
--- /project/mcclim/cvsroot/mcclim/Drei/input-editor.lisp 2007/01/04 23:15:48 1.15
+++ /project/mcclim/cvsroot/mcclim/Drei/input-editor.lisp 2007/01/13 21:09:51 1.16
@@ -791,6 +791,7 @@
(with-drei-options ((drei-instance stream)
:syntax "Lisp"
:keep-syntax t)
+ (redraw-input-buffer stream)
(call-next-method)))
(define-presentation-method accept ((type expression)
More information about the Mcclim-cvs
mailing list