diff --git a/gtm b/gtm index b3ba52d..26f4b51 100755 --- a/gtm +++ b/gtm @@ -919,7 +919,7 @@ def draw_main_status_line(stdscr, state: AppState, layout: StatusBarLayout): def draw_commit_details(stdscr, state: AppState, layout: StatusBarLayout): """Draw commit hash, message, author in the available space""" - if not state.commit_hash or layout.total_height < 2: + if not state.commit_hash: return # Get the commit message (potentially multi-line)