DeleteWord() action

From The x3270 Wiki

In 3270 mode, DeleteWord() deletes the word to the left of the cursor in the current field. It adds an NUL character in the rightmost position for each deleted character.

In NVT line mode, DeleteWord() performs a word erase operation, deleting a whitespace-delimited word from the end of the input buffer. In NVT character mode, it sends the word erase character to the host.

Examples

DeleteWord()

Default keymap

Mode x3270 c3270 wc3270 wx3270
3270 Ctrl-w
NVT mode

how to read keymap tables