Kovid Goyal
|
49ea26968c
Bump go version to 1.21
|
1 year ago |
Kovid Goyal
|
0805330b77
Finish port of themes kitten to Go
|
2 years ago |
Kovid Goyal
|
7223fdaa38
API to set the text at the prompt
|
2 years ago |
Kovid Goyal
|
29bde6c72c
Improve formatting of completion entries with descriptions
|
2 years ago |
Kovid Goyal
|
7c23536bfe
Start work on readline completions
|
2 years ago |
Kovid Goyal
|
cfb6d93dc0
Move cursor to end of input when traversing history list
|
2 years ago |
Kovid Goyal
|
0c82832356
more work on history search
|
2 years ago |
Kovid Goyal
|
ffea66357a
Start work on incremental history search
|
2 years ago |
Kovid Goyal
|
5a425ccaad
Implement number args for repeats
|
2 years ago |
Kovid Goyal
|
13a266aa42
Map ctrl+c to abort the current line
|
2 years ago |
Kovid Goyal
|
8ad55f7562
Add some tests for history
|
2 years ago |
Kovid Goyal
|
e1ab2383b3
Add basic history operations
|
2 years ago |
Kovid Goyal
|
22f7145e34
Add yank actions
|
2 years ago |
Kovid Goyal
|
3237db00fc
Implement word killing actions
|
2 years ago |
Kovid Goyal
|
ea583f60b3
Start work on kill ring
|
2 years ago |
Kovid Goyal
|
b7816d26be
Implement clear screen c-l binding
|
2 years ago |
Kovid Goyal
|
19bf07abd9
Use the more efficient cell iterator api for single char horizontal cursor movement as well
|
2 years ago |
Kovid Goyal
|
a008c627e3
Implement bindings for moving by simple word
|
2 years ago |
Kovid Goyal
|
d260d2f480
Add some test for vertical movement
|
2 years ago |
Kovid Goyal
|
00ef9c1955
Implement vertical cursor movement
|
2 years ago |
Kovid Goyal
|
3c4a411cad
Rewrite the readline redraw code to make the screen lines explicit
|
2 years ago |
Kovid Goyal
|
9f2b2eac85
More work on shell
|
2 years ago |
Kovid Goyal
|
48f1690913
Wire up key event handling
|
2 years ago |
Kovid Goyal
|
eff239a195
Code to erase character ranges
|
2 years ago |
Kovid Goyal
|
5e5cae8391
Code to move cursor right
|
2 years ago |
Kovid Goyal
|
57310a772a
Code to move cursor left
|
2 years ago |
Kovid Goyal
|
066465bce7
Some tests for add_text
|
2 years ago |
Kovid Goyal
|
1792c2268a
Start writing tests for readline internal functions
|
2 years ago |
Kovid Goyal
|
32059dba7e
More work on readline
|
2 years ago |