You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to curses-ui
i want implement a DATE editor like [ / / ] , the user input 2009
and the cursor move to after the first '/'.
and then input 09 then 30. the user must input digit character, move
to before '/' character when press the backspace or <- key after '/'.
how to implement?