Re: Incorrect positioning when long prompt contains ANSI escape sequences + UTF-8 LANG

2024-08-10 Thread Gioele Barabucci
On 09/08/24 10:18, Martin D Kealey wrote: Does this problem occur with other versions of Bash? Hi Martin, thank you for the detailed troubleshooting instructions. This problem occurs with both Bash 5.0.17 (Ubuntu) and 5.2.21 (Debian) With other versions of libreadline.so? I'm currently no

Re: whats wrong , exit code 11 on android termux

2024-08-10 Thread Chris Elvidge
On 10/08/2024 at 03:01, Martin D Kealey wrote: On Thu, 8 Aug 2024 at 03:14, alex xmb sw ratchev wrote: mr chet I REALLY get annoyed when strangers call me "Mister Martin" or write "Mr Martin". I am NOT a child, so how DARE they mock me like that. The short version: Some folk don't care, ot

Re: whats wrong , exit code 11 on android termux

2024-08-10 Thread alex xmb sw ratchev
On Sat, Aug 10, 2024, 04:09 Martin D Kealey wrote: > Sorry, that was supposed to be a personal reply off-list. > well dood if u get offended by such , u have no idea about what im getting offended by , .. On Sat, 10 Aug 2024 at 12:01, Martin D Kealey > wrote: > >> On Thu, 8 Aug 2024 at 03:14,

Re: whats wrong , exit code 11 on android termux

2024-08-10 Thread alex xmb sw ratchev
On Sat, Aug 10, 2024, 05:02 Oğuz wrote: > On Saturday, August 10, 2024, Martin D Kealey > wrote: > > > Sorry, that was supposed to be a personal reply off-list. > > > > Do you always harass foreigners like that or was it an exception? > im not so a foreigner , .. began coding bash and awk on fr

Re: return from trap while reading with readline breaks completion

2024-08-10 Thread Chet Ramey
On 8/6/24 4:19 AM, Oğuz wrote: See: $ ls foo s $ cat s trap return INT read -e $ source s I press Ctrl-C here and bash prompts me for the next command. Then I press F and Tab; instead of producing the bell sound bash completes f to foo. If I press Ctrl-C again it prints "bash: return: can only