Skip to content

Commit

Permalink
Tek ESC ? substitute for DEL
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Jul 15, 2020
1 parent 5552bf1 commit f182c8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/termout.c
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,9 @@ tek_esc(char c)
tek_beam(false, true, c & 7);
when '8' ... ';':
tek_font(c - '8');
when '?':
if (term.state == TEK_ADDRESS0 || term.state == TEK_ADDRESS)
term_do_write("", 1);
when CTRL('C'):
tek_mode = TEKMODE_OFF;
win_invalidate_all(false);
Expand Down

0 comments on commit f182c8e

Please sign in to comment.