fix: Add show_line_numbers to AppState initialization

This commit is contained in:
n loewen (aider) 2025-06-08 08:38:16 +01:00
parent 850a56a2ff
commit 6c319c1570
1 changed files with 2 additions and 1 deletions

3
gtm
View File

@ -1210,7 +1210,8 @@ def main(stdscr, filename, show_diff, show_add, show_del, mouse, wrap_lines=True
show_additions=show_add,
show_deletions=show_del, enable_mouse=mouse,
commits=get_commits(filename),
wrap_lines=wrap_lines
wrap_lines=wrap_lines,
show_line_numbers=show_line_numbers
)
if state.enable_mouse: