![]() | |
#11
| |||
| |||
|
#12
| |||
| |||
|
|
I found that the linux console term works best for the arrows so I'm |
|
trying to edit that, it has kbs=^? by default. Are you sure that the kbs entry in terminfo is supposed to be ^$ because when I press the |
|
backspace key it enters ^?, the delete key enters ^[[3~, and I tried setting it to ^H and \b as well. All of these, except ^?, broke the bs key at the TCL and none of them worked once inside a program. I did find that using input @ instead of input makes the backspace key work inside programs, apparently it reads the terminfo. The problem is that persay creates everything using input, so I would need to go through and change them all, which is a pain. |
#13
| |||
| |||
|
#14
| |||
| |||
|
|
I found that the linux console term works best for the arrows so I'm trying to edit that, it has kbs=^? by default. Are you sure that the kbs entry in terminfo is supposed to be ^$ because when I press the backspace key it enters ^?, the delete key enters ^[[3~, and I tried setting it to ^H and \b as well. All of these, except ^?, broke the bs key at the TCL and none of them worked once inside a program. I did find that using input @ instead of input makes the backspace key work inside programs, apparently it reads the terminfo. The problem is that persay creates everything using input, so I would need to go through and change them all, which is a pain. |
![]() |
| Thread Tools | |
| Display Modes | |
| |