Re: [Cgdb-devel] Patch: focus style.
Brought to you by:
bobbybrasko,
crouchingturbo
From: Mike M. <mi...@su...> - 2010-11-13 11:12:53
|
Hi Gilboa, Thanks for submitting the patch. Although our syntax highlighting documentation is probably not perfect, there is in fact a way to accomplish this without a patch: :hi SelectedLineNr cterm=reverse You could also, for example, make the selected line number red: :hi SelectedLineNr ctermfg=red I'm glad you & your coworkers are getting some use out of CGDB. :) Mike -- Mike Mueller mi...@su... On Thu, Oct 28, 2010 at 9:01 AM, Gilboa Davara <gi...@gm...> wrote: > 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 |