Skip to content

Commit

Permalink
fixed help, comments
Browse files Browse the repository at this point in the history
  • Loading branch information
philanc committed Sep 28, 2021
1 parent 68710e6 commit 996b36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ple.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Phil Leblanc -- see LICENSE file
-- Copyright (c) 2021 Phil Leblanc -- see LICENSE file

------------------------------------------------------------------------
--[[ ple - a Pure Lua Editor
Expand Down Expand Up @@ -1457,6 +1457,7 @@ Cursor movement
^A, ^E go to beginning, end of line
^B, ^F go backward, forward
^N, ^P go to next line, previous line
^K, ^J go to next word, previous word
^U, ^V page up, page down
^X< go to beginning of buffer
^X> go to end of buffer
Expand Down Expand Up @@ -1632,7 +1633,6 @@ local function main()
term.left(999); term.down(999)
style.normal()
flush()
--~ ln.setmode(omode)
term.restoremode(prevmode)
if not ok then -- display traceback in case of error
print(msg)
Expand Down

0 comments on commit 996b36b

Please sign in to comment.