lib/ttytest/terminal.rb in ttytest2-0.9.0 vs lib/ttytest/terminal.rb in ttytest2-0.9.1
- old
+ new
@@ -34,10 +34,14 @@
# Send tmux send-keys command to the terminal, such as DC or Enter, to simulate pressing that key in the terminal.
# @!method capture
# Capture the current state of the terminal
# @return [Capture] instantaneous state of the terminal when called
def_delegators :@driver_terminal,
- :send_keys, :send_keys_one_at_a_time, :send_newline, :send_delete, :send_backspace, :send_keys_exact,
+ :send_keys, :send_keys_one_at_a_time,
+ :send_newline, :send_newlines,
+ :send_delete, :send_deletes,
+ :send_backspace, :send_backspaces,
+ :send_keys_exact,
:capture
# @!method rows
# @return [Array<String>]
# @see Capture#rows