Skip to content

Commit

Permalink
2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Jul 22, 2016
1 parent c87fe8b commit 3c409e8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
26 changes: 24 additions & 2 deletions docs/mintty.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/appinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define MAJOR_VERSION 2
#define MINOR_VERSION 4
#define PATCH_NUMBER 0
#define PATCH_NUMBER 1
#define BUILD_NUMBER 0

// needed for res.rc
Expand Down
2 changes: 1 addition & 1 deletion src/wintext.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ adjust_font_weights()
if (wcslen(cfg.font.name) < lengthof(lf.lfFaceName))
wcscpy(lf.lfFaceName, cfg.font.name);
else
wcscpy(lf.lfFaceName, W"Lucida Console"));
wcscpy(lf.lfFaceName, W("Lucida Console"));
#endif
lf.lfPitchAndFamily = 0;
//lf.lfCharSet = ANSI_CHARSET; // report only ANSI character range
Expand Down
2 changes: 2 additions & 0 deletions wiki/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 2.4.1 (23 Jul 2016) ###

Window handling:
* Tweak and guard DPI change handling (#566, #470).

Expand Down

0 comments on commit 3c409e8

Please sign in to comment.