xst: Backspace in hanging process?

xst 1:0.8.4.r0.gda50afd-1 os: archlinux up-to-date step:

> sleep 1000000
fdafdsfsfdasf^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^C

^H is backspace, I expect it will del previous char as in normal when edit command in prompt, I don’t have issue with previous xst.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15 (2 by maintainers)

Commits related to this issue

Most upvoted comments

@kevindirect sorry, the new link to PR: https://github.com/gnotclub/xst/pull/109 (for some reason force-pushing to closed PR makes it not possible to re-open it back)

@neeasade

in xst config.def.h i see:

	{ XK_BackSpace,     Mod1Mask,       "\033\177",      0,    0},

while in st i see:

	{ XK_BackSpace,     XK_NO_MOD,      "\177",          0,    0},
	{ XK_BackSpace,     Mod1Mask,       "\033\177",      0,    0},