Re: [dev] [st] delele behaves as backspace... again

2014-11-11 Thread k0ga
I have tested with your .zshrc and I don't have the problem you describe. Are you sure that your config.h has the modifications the patch adds to config.def.h? Regards,

Re: [dev] [st] [PATCH] Call _exit() instead of exit() if exec*() fails

2014-11-11 Thread k0ga
Good point. I'll apply it. Thanks.

[dev] [st] [PATCH] Call _exit() instead of exit() if exec*() fails

2014-11-11 Thread Dimitris Papastamos
See attached patch. >From 59aa82b74793e0fea438c3d328687791161bef68 Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 11 Nov 2014 18:29:11 + Subject: [PATCH] Call _exit() instead of exit() if exec*() fails exit() will also unwind the atexit() functions. This is bad because if exec*() fails the pr

Re: [dev] [st] delele behaves as backspace... again

2014-11-11 Thread Henrique Lengler
On Tue, Nov 11, 2014 at 07:53:06AM +0100, k...@shike2.com wrote: > Do you have something in .zshrc? # completion autoload -U compinit compinit # correction setopt correctall # prompt autoload -U promptinit promptinit prompt gentoo #Prevent from putting duplicate lines in the history setopt HIST