Skip to content

Commit

Permalink
bump terminal width to 240
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Jul 11, 2024
1 parent a4df239 commit 733b8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plogon/BuildProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ private async Task<PluginDiffSet> GetPluginDiff(DirectoryInfo workDir, BuildTask

diffPsi.Environment["GIT_EXTERNAL_DIFF"] = "difft";
diffPsi.Environment["DFT_COLOR"] = "always";
diffPsi.Environment["DFT_WIDTH"] = "160";
diffPsi.Environment["DFT_WIDTH"] = "240";

var process = Process.Start(diffPsi);
if (process == null)
Expand Down

0 comments on commit 733b8d7

Please sign in to comment.