3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-11 08:00:54 +01:00
iwd/client
Jason Phan 25823752b3 client: Fix prompt masking
Entering 23 characters at a prompt resulted in 9 extra characters being
added to the line. At this point, you would only be abel to backspace
until the 9th character.

It seems that claling both rl_replace_line("", 0) and rl_redisplay()
before rl_replace_line(masked_input.mask, 0) causes this to happen. Both
calls are redundant anyways as iwctl functions exactly the same without
them (plus no more bug).
2019-03-21 16:16:59 -05:00
..
2018-11-12 19:25:19 -06:00
2018-11-01 15:04:56 -05:00
2019-03-20 13:00:11 -05:00
2018-05-03 16:00:23 -05:00
2019-03-21 16:16:59 -05:00
2018-07-30 08:59:55 -05:00
2018-07-30 08:59:55 -05:00
2018-07-30 08:59:55 -05:00