TUI Mouse Support (Debugging with GDB)

From Get docs
Gdb/docs/latest/gdb/TUI-Mouse-Support

Next: TUI Commands, Previous: TUI Single Key Mode, Up: TUI   [Contents][Index]



25.4 TUI Mouse Support

If the curses library supports the mouse, the TUI supports mouse actions.

The mouse wheel scrolls the appropriate window under the mouse cursor.

The TUI itself does not directly support copying/pasting with the mouse. However, on Unix terminals, you can typically press and hold the SHIFT key on your keyboard to temporarily bypass GDB’s TUI and access the terminal’s native mouse copy/paste functionality (commonly, click-drag-release or double-click to select text, middle-click to paste). This copy/paste works with the terminal’s selection buffer, as opposed to the TUI’s buffer.