Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Apr 30, 2016
1 parent 19abdb4 commit 05aaec1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/std.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <cygwin/version.h>

//unhide some definitions
#define _XOPEN_SOURCE
#define _GNU_SOURCE

#include <assert.h>
Expand Down
10 changes: 9 additions & 1 deletion wiki/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
* Escape sequence OSC 7 informs terminal of current working directory, to be cloned on Alt+F2.
Font configuration:
* Tweaked font weight selection (#520) to enforce selected boldness.
* Showing font warning on stderr rather than message box if possible (#527).
* Fixed font selection menu on Windows XP.
* Limit automatic row spacing adjustment to negative case, in order to prevent breaking box characters.

Keyboard:
* AltGr+space menu invocation may be overridden by keyboard layout (#542).

Other:
* Escape sequence OSC 7 informs terminal of current working directory, to be cloned on Alt+F2.
* Log file name supports strftime pattern (#546).

### 2.3.5 (4 Apr 2016) ###

* Reenable combined bold as font and colour for some mono-weight fonts (#536).
Expand Down

0 comments on commit 05aaec1

Please sign in to comment.