[Bug 12516] If compiled in, it is impossible to disable cursor position query escape sequence in ash lineedit

bugzilla at busybox.net bugzilla at busybox.net
Sun Jun 6 02:58:34 UTC 2021


https://bugs.busybox.net/show_bug.cgi?id=12516

Denys Vlasenko <vda.linux at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com> ---
Disable this config option during build:


config FEATURE_EDITING_ASK_TERMINAL
        bool "Query cursor position from terminal"
        default n
        depends on FEATURE_EDITING
        help
        Allow usage of "ESC [ 6 n" sequence. Terminal answers back with
        current cursor position. This information is used to make line
        editing more robust in some cases.
        If you are not sure whether your terminals respond to this code
        correctly, or want to save on code size (about 400 bytes),
        then do not turn this option on.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list