commit | 36078688fa9355a32939b0c856792830db6403f3 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Fri Jun 09 00:12:59 2023 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Fri Jun 09 00:12:59 2023 +0200 |
tree | 06005752e399ca80348d3cf95a5974db9d93fc3a | |
parent | ea70f941f9b2ccb0bbcda62496426e060da946a7 [diff] |
[gdb/testsuite] Add test-case gdb.tui/long-prompt.exp I noticed that the test-suite doesn't excercise the case in tui_redisplay_readline that height (initially 1) is changed by this call: ... tui_puts_internal (w, prompt, &height); ... Add a test-case that excercises this. Tested on x86_64-linux.