Files
u-boot/boot
Simon Glass f2278377be expo: Fix textline edit text not updating in bootflow menu
The edit text object for the passphrase textline is created with an
empty string literal "", rather than pointing to the textline's buffer.
This means that when the user types, tline->buf is updated but the text
object still displays the original empty string.

Fix this by creating the edit text object with abuf_data(&tline->buf) so
it points to the textline's buffer. This matches how expo_build.c
creates textlines for cedit.

Co-developed-by: Claude <claude@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
2025-12-07 11:53:55 -07:00
..
2025-12-07 11:53:55 -07:00
2025-11-12 10:20:02 -07:00
2025-10-18 09:38:25 +01:00
2025-08-04 14:40:00 -06:00
2025-09-22 11:23:05 -06:00