mcaimi / st

Suckless Terminal -- WIP Fork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The right-delete key doesn't work.

Kompwu opened this issue · comments

That's really annoying.
Instead it writes that: [P

That is something you can customize by editing config.def.h before building st by editing the static Key array starting at line 39.
In any case, I just modified the default to mirror your desired configuration, can you try that out?

@mcaimi There's just a little problem...
It must delete the content on the right side.
Sorry I misspoke... ^^'
Also, the normal delete key's broken...

@Kompwu I just reverted the patch.
Ok, so your issue is that the Backspace button is fine but the Del key is not?
Just to be sure, which TERM type are you using?

@mcaimi TERM type ?
You mean that ?

kompwu@kompot ~> echo $TERM
st-256color

ping @mcaimi

@Kompwu I haven't forgot your issue 😃 I can only work on ST on my spare time....

Anyways, can you try this commit? 81dea54

It should fix this behaviour. I tested with TERMtypes st-256color and screen-256color.

@mcaimi It's working fine!