�
�Wc� � � � d Z ddlZddlZd� Z G d� d� Zedk r)d� Z ej e� Z e d e
e� � dS dS ) z:Simple textbox editing widget with Emacs-like keybindings.� Nc � � | j |dz |t j ||z
dz
� | j ||dz t j ||z
dz
� | j ||dz t j ||z
dz
� | j |dz |t j ||z
dz
� | j ||t j � | j ||t j � | j ||t j � | j ||t j � dS )z^Draw a rectangle with corners at the provided upper-left
and lower-right coordinates.
� N)
�vline�curses� ACS_VLINE�hline� ACS_HLINE�addch�ACS_ULCORNER�ACS_URCORNER�ACS_LRCORNER�ACS_LLCORNER)�win�uly�ulx�lry�lrxs �'/usr/lib64/python3.12/curses/textpad.py� rectangler s
� � �I�I�c�!�e�S�&�*�*�C�#�I��M�:�:��I�I�c�3�q�5�&�*�*�C�#�I��M�:�:��I�I�c�3�q�5�&�*�*�C�#�I��M�:�:��I�I�c�!�e�S�&�*�*�C�#�I��M�:�:��I�I�c�3��+�+�,�,��I�I�c�3��+�+�,�,��I�I�c�3��+�+�,�,��I�I�c�3��+�+�,�,�,�,� c �@ � e Zd ZdZdd�Zd� Zd� Zd� Zd� Zd� Z dd
�Z
d S )
�Textboxad Editing widget using the interior of a window object.
Supports the following Emacs-like key bindings:
Ctrl-A Go to left edge of window.
Ctrl-B Cursor left, wrapping to previous line if appropriate.
Ctrl-D Delete character under cursor.
Ctrl-E Go to right edge (stripspaces off) or end of line (stripspaces on).
Ctrl-F Cursor right, wrapping to next line when appropriate.
Ctrl-G Terminate, returning the window contents.
Ctrl-H Delete character backward.
Ctrl-J Terminate if the window is 1 line, otherwise insert newline.
Ctrl-K If line is blank, delete it, otherwise clear to end of line.
Ctrl-L Refresh screen.
Ctrl-N Cursor down; move down one line.
Ctrl-O Insert a blank line at cursor location.
Ctrl-P Cursor up; move up one line.
Move operations do nothing if the cursor is at an edge where the movement
is not possible. The following synonyms are supported where possible:
KEY_LEFT = Ctrl-B, KEY_RIGHT = Ctrl-F, KEY_UP = Ctrl-P, KEY_DOWN = Ctrl-N
KEY_BACKSPACE = Ctrl-h
Fc � � || _ || _ | j � d| _ d | _ |j d� d S �Nr )r �insert_mode�_update_max_yx�stripspaces�lastcmd�keypad)�selfr r s r �__init__zTextbox.__init__+ s@ � ����&���������������
�
�1�
�
�
�
r c �j � | j j � \ }}|dz
| _ |dz
| _ d S r )r �getmaxyx�maxy�maxx)r r$ r% s r r zTextbox._update_max_yx3 s2 � ��X�X�&�&�(�
��d��1�H�� ��1�H�� � � r c �J � | j � | j } t j j | j j ||� � t j j k rt | j |dz � } |S |dk r |S |dz
}��)zuGo to the location of the first blank on the given line,
returning the index of the last non-blank character.Tr r )r r% r �asciir �inch�SP�min)r �y�lasts r �_end_of_linezTextbox._end_of_line8 s� � �
������y�y����|�|�!�!�$�(�(�-�-��4�"8�9�V�\�\�_�_�L�L��4�9�9�d�1�f�-��� �� ������� �!�8�D�
r c � � | j � | j j � \ }}d }|| j k s|| j k r�| j
r| j j
� } | j j |� | j
r!t j j � snH|}| j j � \ }}|�||f}|| j k r��|| j k r��|� | j j |� d S d S # t j $ r Y ��w xY w�N)
r r �getyxr$ r% r r( r
r �errorr'