[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Linphone-users] Enabling console editing the simple way
From: |
Simon Morlat |
Subject: |
Re: [Linphone-users] Enabling console editing the simple way |
Date: |
Wed, 2 Mar 2005 12:21:15 +0100 |
User-agent: |
KMail/1.7.1 |
Thanks a lot.
I wonder if those stty calls do not have a similar syscall that could be
called when entering linphonec.
In this cas we would not need the readline dependency.
Simon
Le Dimanche 27 Février 2005 23:45, Mikhail Ramendik a écrit :
> Hello,
>
> I have found a way to enable simple console editing in linphonec without
> modifying the code. This may be worth inclusion in some FAQ.
>
> Here's my script:
>
> #!/bin/sh
> stty icanon
> stty iexten
> stty crterase
> linphonec
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Linphone-users] Enabling console editing the simple way,
Simon Morlat <=