Увеличение числа покупателей

2005-02-17 Thread administrator
1.Для увеличения прибыли нужны нoвые клиенты? 2. Хoтите найти для свoей продукции новый рынoк сбыта? 3. Стоит задача oбoгнать конкурентов? Тoгда наша реклама, именно то чтo Вам нужнo! Информация по телефoну 8 9О5 2OЗ 90 72 или на сайте : www.8811.ws

Symantec AVF detected an unrepairable virus in a message you sent

2005-03-13 Thread administrator
Subject of the message: Mail Delivery (failure [EMAIL PROTECTED]) Recipient of the message: info ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

Re: Read Prompt Width Miscalculation (Non-Printing Characters)

2022-12-28 Thread The Administrator
There's a (secret?) feature of readline that lets you do \[ \] type stuff using 001 and 002 bytes instead. This made my day! Thank you.

Re: Read Prompt Width Miscalculation (Non-Printing Characters)

2022-12-29 Thread The Administrator
... or you can write your prompt string as you would write PS1 and use the ${word@P} expansion when you pass it as an argument to `read' (preferred). This is new to me. Thank you. Should I write a patch for the man page?