Skip to content

Commit

Permalink
2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Aug 22, 2016
1 parent 678686e commit a8a0e6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
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 2
#define PATCH_NUMBER 3
#define BUILD_NUMBER 0

// needed for res.rc
Expand Down
1 change: 1 addition & 0 deletions src/child.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ child_proc(void)
else
term_write("\033[30;42m\033[K", 11);
term_write(s, l);
term_write("\r\n", 2);
}

if (cfg.exit_title && *cfg.exit_title)
Expand Down
5 changes: 5 additions & 0 deletions wiki/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 2.4.3 (23 Aug 2016) ###

* Fix trails when moving other window over mintty under certain conditions (#576).
* Fix format of double child creation error message.

### 2.4.2 (27 Jul 2016) ###

* Revert change (#123) that spoiled wide character display (#570).
Expand Down

0 comments on commit a8a0e6c

Please sign in to comment.