File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.0beta6 (April 10, 2017)
4+
5+ * Near the end of chapter 6, add ` if (last_match == -1) direction = 1; ` to
6+ ` editorFindCallback() ` , to fix a segfault. (Thanks @agacek )
7+ * In the [ Scrolling with Page Up and Page Down] ( http://viewsourcecode.org/snaptoken/kilo/04.aTextViewer.html#scrolling-with-page-up-and-page-down )
8+ section in chapter 4, add ` if (E.cy > E.numrows) E.cy = E.numrows; ` to
9+ ` editorProcessKeypress() ` , so the cursor stays within the file. (Thanks
10+ @agacek )
11+ * At the beginning of chapter 3, remove the keypress printing code during the
12+ ` refactor-input ` step instead of the ` ctrl-q ` step, and make it clear that
13+ you're supposed to remove that code. (Thanks @wonthegame )
14+
315## 1.0.0beta5 (April 9, 2017)
416
517* Remove * all* newlines and carriage returns from the end of each line read by
Original file line number Diff line number Diff line change 11---
22:name : kilo
3- :version : " 1.0.0beta5 "
3+ :version : " 1.0.0beta6 "
44:title : Build Your Own Text Editor
55:rouge_theme : github
66:bold_weight : 500
You can’t perform that action at this time.
0 commit comments