Skip to content

Commit

Permalink
Increase initial console line width
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler authored and timbergeron committed Aug 27, 2024
1 parent ff90878 commit ee727ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ void Con_Init (void)
con_linewidth = -1;

//johnfitz -- no need to run Con_CheckResize here
con_linewidth = 38;
con_linewidth = 78;
con_totallines = con_buffersize / con_linewidth;//johnfitz -- con_buffersize replaces CON_TEXTSIZE
con_backscroll = 0;
con_current = con_totallines - 1;
Expand Down

0 comments on commit ee727ba

Please sign in to comment.