We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc5a5a commit 03e9f58Copy full SHA for 03e9f58
.gdbinit
@@ -1227,7 +1227,7 @@ class Source(Dashboard.Module):
1227
# the current line has a different style without ANSI
1228
if R.ansi:
1229
if self.highlighted and not self.highlight_line:
1230
- line_format = '{}' + ansi(number_format, R.style_selected_1) + ' {}'
+ line_format = '{}' + ansi(number_format, R.style_selected_1) + ' {}'
1231
else:
1232
line_format = '{}' + ansi(number_format + ' {}', R.style_selected_1)
1233
0 commit comments