[gdb/tui] Factor out border-mode help text
authorTom de Vries <tdevries@suse.de>
Wed, 7 Jun 2023 13:10:01 +0000 (15:10 +0200)
committerTom de Vries <tdevries@suse.de>
Wed, 7 Jun 2023 13:10:01 +0000 (15:10 +0200)
commitdcb16346459f8e08b1e7e5891a056492a8543182
tree1111cb2c58f91fccac59693e5cc06103cc1e3bb6
parenta6bc87757c85035a7cbb44da0706084043af68d1
[gdb/tui] Factor out border-mode help text

I noticed that the help texts for tui border-mode and tui active-border-mode
are similar.

Factor out the common part into macro HELP_ATTRIBUTE_MODE.

Tested on x86_64-linux.
gdb/tui/tui-win.c