- Timestamp:
- 11/19/2007 09:43:59 PM (19 years ago)
- branch-nick:
- tui
- revision id:
- dsowen@fugue88.ws-20071119214359-ae9jmvdvpqy8kx80
- File:
-
- 1 edited
-
main/widget/textbox.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
main/widget/textbox.lisp
r63 r65 92 92 &allow-other-keys) 93 93 (with-slots (data window active) textbox 94 (set-cursor-visible t) 94 95 (setf active t) 95 96 (unwind-protect … … 128 129 (concatenate 'string left (string key) right)) 129 130 (incf (insertion-point textbox))))))))) 130 (setf active nil)))) 131 (setf active nil) 132 (set-cursor-visible nil))))
Note: See TracChangeset
for help on using the changeset viewer.
