index
:
src
this commit
master
dontfiles
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
rfc
/
.gitignore
(
unfollow
)
Commit message (
Collapse
)
Author
2021-01-19
Match tab following escaped newline in make assignments
June McEnroe
Otherwise it ends up going into Shell state.
2021-01-18
Allow matching lexers using first input line
June McEnroe0 16:05:24 -0500'>2022-02-20
Assert return values in edit tests
June McEnroe
2022-02-20
Move mbs out of struct Edit, use a global buffer
June McEnroe
2022-02-20
Clear edit buffer before running command
June McEnroe
2022-02-20
Show indicator in status when window has pending input
June McEnroe
2022-02-20
Use separate edit buffers for each ID
June McEnroe
2022-02-20
Make sure new cap is actually larger than new length
June McEnroe
2022-02-20
Remove unused mbs.len field from struct Edit
June McEnroe
2022-02-19
Remove unneeded includes in ui.c
June McEnroe
2022-02-19
Reimplement tab complete
June McEnroe
2022-02-19
Handle errors from editFn, etc.
June McEnroe
2022-02-19
Reimplement text macros
June McEnroe
2022-02-19
Factor out input handling to input.c
June McEnroe
2022-02-19
Factor out window management to window.c
June McEnroe
2022-02-19
Enable -Wmissing-prototypes
June McEnroe
2022-02-19
Fix edit.[ch] license notice additional permissions
June McEnroe
2022-02-19
Run line editing tests
June McEnroe
2022-02-18
Implement new line editing "library"
June McEnroe
2022-02-18
Simplify cursor positioning in input
June McEnroe
2022-02-18
Fix M-f ordering
June McEnroe
2022-02-12
Move sandman build to scripts/Makefile
June McEnroe
2022-02-12
Use compat_readpassphrase.c on Linux
June McEnroe
2022-02-12
Copy RPP defines from oconfigure
June McEnroe