Skip to content

1.0.0beta6

Compare
Choose a tag to compare
@paigeruten paigeruten released this 11 Apr 04:04
· 21 commits to master since this release
  • Near the end of chapter 6, add if (last_match == -1) direction = 1; to editorFindCallback(), to fix a segfault. (Thanks @agacek)
  • In the Scrolling with Page Up and Page Down section in chapter 4, add if (E.cy > E.numrows) E.cy = E.numrows; to editorProcessKeypress(), so the cursor stays within the file. (Thanks @agacek)
  • At the beginning of chapter 3, remove the keypress printing code during the refactor-input step instead of the ctrl-q step, and make it clear that you're supposed to remove that code. (Thanks @wonthegame)