Re: GDB TUI source win current line appearance
Phi Debian via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAJOr74jn3fFc8Sp937Zp=sXhrkBc4R2pUYnuqzWZuic5i2sQiA@mail.gmail.com> |
Oops,
I am afraid the answer is NO :)
319 if (line->is_exec_point)
│
│B+ 320 tui_set_reverse_mode (win_info->handle.get (), true);
│
│ 321
│
│ 322 wmove (win_info->handle.get (), lineno,
TUI_EXECINFO_SIZE); │
│ 323 tui_puts (line->line.c_str (), win_info->handle.get ());
│
│ >324 if (line->is_exec_point)
│
│ 325 tui_set_reverse_mode (win_info->handle.get (), false);
│
Well at least I know where to patch ....
Cheers,
Phi