Skip to content

Commit ad5bd7d

Browse files
committed
Add description of change to NEWS.md
1 parent fab89f9 commit ad5bd7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ for the time being.**
1313
## Changes in version X.Y.Z
1414

1515
**STILL UNDER DEVELOPMENT; NOT RELEASED YET.**
16+
* Issue #120: Added support for having the cursor wrap around to the next line
17+
when pressing left or right at a line start or end boundary, respectively.
18+
In simpler words, pressing left at the start of a line takes you to the end
19+
of the next line, and pressing right at the end of a line takes you to the
20+
beginning of the next line. (@Protowalker)
1621

1722
* Issue #136: Fixed handling of key presses on the web interface so that they
1823
don't interfere with browser shortcuts. This prevents Tab from stealing

0 commit comments

Comments
 (0)