Hi I've noticed that between debian 10 and 11 (mariadb-client-core-10.3 and mariadb-client-core-10.5) the client console tool (CLI) treats words in a different way: alt+f and alt+b will skip the dot on the new version. Example if I have something like 'test.domain.com' using alt+f on the old version would treat 'test', 'domain' and 'com' as three separate words while the new version would skip at the end of '.com' Is there a way to restore the old behaviour ? Thank you, PM
The underlying library changed from GNU readline to Editline library. There are configurations for the editline which may be able to emulate the old behaviour. See man editrc, man 7 editline. On Sat, 3 Feb 2024 at 05:34, ChipsRunner via discuss <discuss@lists.mariadb.org> wrote:
Hi I've noticed that between debian 10 and 11 (mariadb-client-core-10.3 and mariadb-client-core-10.5) the client console tool (CLI) treats words in a different way: alt+f and alt+b will skip the dot on the new version.
Example if I have something like 'test.domain.com' using alt+f on the old version would treat 'test', 'domain' and 'com' as three separate words
while the new version would skip at the end of '.com'
Is there a way to restore the old behaviour ?
Thank you, PM _______________________________________________ discuss mailing list -- discuss@lists.mariadb.org To unsubscribe send an email to discuss-leave@lists.mariadb.org
I see nothing pertaining words delimiters in editrc or 'man 7 editline', just hotkeys. On Sunday, February 4th, 2024 at 10:44 PM, Daniel Black via discuss <discuss@lists.mariadb.org> wrote:
The underlying library changed from GNU readline to Editline library.
There are configurations for the editline which may be able to emulate the old behaviour.
See man editrc, man 7 editline.
On Sat, 3 Feb 2024 at 05:34, ChipsRunner via discuss discuss@lists.mariadb.org wrote:
Hi I've noticed that between debian 10 and 11 (mariadb-client-core-10.3 and mariadb-client-core-10.5) the client console tool (CLI) treats words in a different way: alt+f and alt+b will skip the dot on the new version.
Example if I have something like 'test.domain.com' using alt+f on the old version would treat 'test', 'domain' and 'com' as three separate words
while the new version would skip at the end of '.com'
Is there a way to restore the old behaviour ?
Thank you, PM _______________________________________________ discuss mailing list -- discuss@lists.mariadb.org To unsubscribe send an email to discuss-leave@lists.mariadb.org
_______________________________________________ discuss mailing list -- discuss@lists.mariadb.org To unsubscribe send an email to discuss-leave@lists.mariadb.org
participants (2)
-
ChipsRunner
-
Daniel Black