RzLine#

class RzLine#
property buffer: RzLineBuffer#
property cb_editor: RzLineEditorCb#
property cb_fkey: RzConsFunctionKey#
property cb_history_down: RzLineHistoryDownCb#
property cb_history_up: RzLineHistoryUpCb#
property clipboard: str#
property completion: RzLineCompletion#
property contents: str#
property disable: int#
property echo: int#
property enable_vi_mode: bool#
property file_hist_index: int#
property has_echo: int#
property hist_down: CFunction[[Any], int]#
property hist_up: CFunction[[Any], int]#
property history: RzLineHistory#
property hud: RzLineHud#
property kill_ring: RzList[char]#
property kill_ring_ptr: int#
property ns_completion: RzLineNSCompletion#
property offset_hist_index: int#
property prompt: str#
property prompt_mode: bool#
property prompt_type: RzLinePromptType#
property sdbshell_hist: RzList[char]#
property sdbshell_hist_iter: RzListIter[char]#
property sel_widget: RzSelWidget#
property user: Any#
property vi_mode: int#
property vtmode: RzVirtTermMode#
property zerosep: bool#