commit | a839dbdce5d923dd28027ae2dba01f88104b7926 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Wed Jul 12 16:27:40 2023 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Wed Jul 12 16:27:40 2023 +0200 |
tree | c00607121f96c33c5249081ef38994ebf28ca482 | |
parent | 664ac93fa86a974aaf42497a58bc1c05dde09909 [diff] |
[gdb/tui] Assume HAVE_WBORDER The tui border-kind setting allows values acs, ascii and space. The values ascii and space however don't work well with !HAVE_WBORDER. Fix this by removing the !HAVE_WBORDER case, which was introduced for Ultrix support, which is now obsolete. Tested on x86_64-linux. PR tui/30580 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30580 Approved-By: Tom Tromey <tom@tromey.com>