[Cgdb-devel] Patch: focus style.
Brought to you by:
bobbybrasko,
crouchingturbo
From: Gilboa D. <gi...@gm...> - 2010-10-28 16:01:19
|
Hello, While help my co-workers get accustomed to cgdb, I notice that they seem to be unable to detect the current "focus" line when scrolling through the code. Hence I added :set focusstyle cgdbrc option which has two options: - bold: default, current behavior. - highlight: new, current line is inverted (unless it's also the current gdb line) At least according to my coworkers, the "highlight" option it's a major improvement - at least when running under KDE konsole's default color scheme. (Tested also under xterm, seems to work just fine). - Gilboa |