Terminal.setBackspaceBinding

Modifies the terminal's backspace key binding, which controls what string or control sequence the terminal sends to its child when the user presses the backspace key.

class Terminal
void
setBackspaceBinding

Parameters

binding VteTerminalEraseBinding

a VteTerminalEraseBinding for the backspace key

Meta