Skip to content

Commit

Permalink
Merge pull request #168 from sogaiu/getline-ctrl-k
Browse files Browse the repository at this point in the history
Make getline respond to ctrl-k appropriately
  • Loading branch information
bakpakin authored Jan 18, 2024
2 parents 028ebe2 + f8c9b9c commit e65972c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spork/getline.janet
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@
(kback)
9 # tab
(autocomplete)
11 # ctrl-k
(do (buffer/popn buf (- (length buf) pos)) (refresh))
12 # ctrl-l
(do (clear) (refresh))
13 # enter
Expand Down

0 comments on commit e65972c

Please sign in to comment.