Skip to content

Commit

Permalink
preparing 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Sep 18, 2016
1 parent bb3bb33 commit d16a15e
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
11 changes: 11 additions & 0 deletions docs/mintty.1
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,17 @@ Keys pane of the options dialog.
.br
\(en \fBCtrl+Shift+S\fP: Flip screen

.SS Embedding graphics in terminal output

The new support of the SIXEL feature facilitates a range of applications
that integrate graphic images in the terminal, animated graphics, and even
video and interactive gaming applications.

An example of the benefit of this feature is the output of `gnuplot`
with the command
.br
GNUTERM=sixel gnuplot -e "splot [x=-3:3] [y=-3:3] sin(x) * cos(y)"

.SH CONFIGURATION

Mintty has a graphical options dialog that can be reached via the context menu
Expand Down
23 changes: 22 additions & 1 deletion 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 6
#define PATCH_NUMBER 0
#define PATCH_NUMBER 1
#define BUILD_NUMBER 0

// needed for res.rc
Expand Down
6 changes: 5 additions & 1 deletion wiki/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
### 2.6.1 (18 Sep 2016) ###

* Tweaked DPI scaling to avoid terminal resizing on font selection (~#492).
* Retaining config file comments (#574).
* Enabling auto-scaling of window decoration (#547, #517, thanks to Jason Mansour #588).

* Option AllowSetSelection to enable OSC 52 control sequence to set clipboard for pasting (#258, thanks to kangjianbin).
* Tweaks for Sixel graphics feature.
* Tweaked underscore cursor position, considering row spacing (#589).

* Retaining config file comments (#574).

### 2.6.0 (8 Sep 2016) ###

* Sixel graphics support (#572, thanks to Hayaki Saito).
Expand Down
13 changes: 13 additions & 0 deletions wiki/Tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,19 @@ Note also the generic Windows hotkeys to move the current window to
the left or right neighbour monitor: Win+Shift+cursor-left/right.


## Embedding graphics in terminal output ##

The new support of the SIXEL feature facilitates a range of applications
that integrate graphic images in the terminal, animated graphics, and even
video and interactive gaming applications.

An example of the benefit of this feature is the output of `gnuplot`
with the command
```
GNUTERM=sixel gnuplot -e "splot [x=-3:3] [y=-3:3] sin(x) * cos(y)"
```


## Running mintty stand-alone ##

To install mintty outside a cygwin environment, follow a few rules:
Expand Down

0 comments on commit d16a15e

Please sign in to comment.