
13 Jan
2007
13 Jan
'07
9:09 p.m.
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)
6749
Age (days ago)
6749
Last active (days ago)
0 comments
1 participants
participants (1)
-
thenriksen