Changeset main,65 for main


Ignore:
Timestamp:
11/19/2007 09:43:59 PM (19 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
tui
revision id:
dsowen@fugue88.ws-20071119214359-ae9jmvdvpqy8kx80
Message:

Fix: Show the cursor when and only when activated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/widget/textbox.lisp

    r63 r65  
    9292                     &allow-other-keys)
    9393  (with-slots (data window active) textbox
     94    (set-cursor-visible t)
    9495    (setf active t)
    9596    (unwind-protect
     
    128129                               (concatenate 'string left (string key) right))
    129130                         (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.