Terminal.setDeleteBinding

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

class Terminal
void
setDeleteBinding

Parameters

binding VteTerminalEraseBinding

a VteTerminalEraseBinding for the delete key

Meta