mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-10 01:40:26 +00:00
Using the system libedit means that libedit will again make absolute movements on certain kinds of terminals. Older versions of libedit without EL_PROMPT_ESC miscalculate the length of the prompt. Combined, this results in the cursor ending up in the wrong place. We knew this was a possibility when we moved to system libedit, and we're OK with it. We certainly lived without this fancy prompt feature for a long time. This change puts back in place detection of the terminal type when EL_PROMPT_ESC isn't available. On these older versions of libedit, we'll only enable the fancy features when we know that libedit will only make relative movements and not tickle the bug. This partially reverts commit: b9b77bd6156b4343f8baa9ca1a0c803108dbcdb4
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses
268 MiB
Languages
C
64.4%
C++
21.8%
JavaScript
4.7%
Assembly
2%
Makefile
1%
Other
5.4%