Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Feb 28, 2019
1 parent 83423b3 commit 28c684e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 11 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ and [Msys2](https://github.com/msys2).

#### Overview ####

For an introduction and features overview, see the [Mintty homepage](http://mintty.github.io/),
also linking to the [Wiki](https://github.com/mintty/mintty/wiki)
and the [manual page](http://mintty.github.io/mintty.1.html).
For an introduction, features overview, and screenshots, see the
[<img align=absmiddle src=icon/terminal.ico>Mintty homepage](http://mintty.github.io/).

For detailed hints and specific issues, see the [Wiki](https://github.com/mintty/mintty/wiki).

For comprehensive general documentation, see the [manual page](http://mintty.github.io/mintty.1.html).

#### Bugs and Enhancements ####

Expand Down
Empty file modified src/termline.c
100755 → 100644
Empty file.
33 changes: 25 additions & 8 deletions wiki/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,40 @@
Terminal features for ECMA-48 bidi control
Bidirectional rendering
* Fixed handling of double-width chars within RTL.
* Fixed handling of neutral chars in first or last position (UBA rule N1).
* Updated RTL mirroring data, generating them from Unicode.

Terminal features for ECMA-48 and other bidi control
* Support BDSM control sequence (SM/RM bidirectional support, CSI 8 h/l).
* Support SCP control sequences (LTR/RTL or default "Character Path").
* Private mode DECSET 2501 for "autodetection of direction" (UBA rules P2/P3).
* Support SCP control sequences (LTR/RTL "Character Path").
* Private mode DECSET 2500 for "box mirroring".
* Partial support of per-paragraph bidi direction detection.

Terminal features
Keyboard handling
* Keyboard selecting mode (#84).
* Avoid keyboard/echo/display update latency.

Other terminal features
* Support for OSC 8 hyperlink attribute (~#823).
* Providing DECTABSR tab stop report.
* Fixed DECRQM 12 which was inverted.

Keyboard configuration
* Support for Win key modifier for user-defined keys (option KeyFunctions).

Documentation
* Wiki Tips: note about UTF-8 requirement for emoji support (#842).
Character rendering
* Fixed and tweaked wavy underline / undercurl (#847).

Window handling
* Fixed option --Border=void/frame (#843).

Documentation
* Wiki Tips: note about UTF-8 requirement for emoji support (#842).
* Fixed description of option HandleDPI (#824, #774, #853).

Configuration
* Support for Win key modifier for user-defined keys (option KeyFunctions).
* Support for Win key modifier for options ScrollMod and ClickTargetMod.
* New option HoverTitle.
* New user-definable function toggle-bidi.
* Drop CR from missing option error message.

### 2.9.6 (20 January 2019) ###

Expand Down

0 comments on commit 28c684e

Please sign in to comment.