index
:
~wrmr/wed
master
Unnamed repository; edit this file 'description' to name the repository.
Worm Heamer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Expand
)
Author
7 days
go back to clearing input line
HEAD
master
WormHeamer
7 days
split <Space>c into separate git add and git commit commands
WormHeamer
7 days
fix broken ctrl char printing
WormHeamer
7 days
show "no options" if optc=0; start at current in select_buf()
WormHeamer
7 days
vui_redraw() for ^L again, set e.opti to 0 for select_opt()
WormHeamer
7 days
remove some unneeded vars
WormHeamer
7 days
word v bigword, K to view man page
WormHeamer
8 days
realloc search.s instead of malloc
WormHeamer
8 days
misc formatting changes
WormHeamer
8 days
more memory cleanup stuff (ed_fini was never called either)
WormHeamer
8 days
umm whoops never called txt_free() ever
WormHeamer
8 days
do something even more forceful in ^L
WormHeamer
8 days
fix stupid bug in backwards regex search
WormHeamer
8 days
fix some unicode issues in line_edit
WormHeamer
8 days
don't show max in scratch mem usage meter, just used & percentage
WormHeamer
8 days
don't strip shared prefix from buffer paths anymore
WormHeamer
8 days
shorten homedir in some paths to ~
WormHeamer
8 days
take an arena parameter in normalize_path()
WormHeamer
8 days
just use realpath() for normalize_path()
WormHeamer
8 days
try to preallocate file option lists
WormHeamer
8 days
show current path as prompt, don't normalize "/" to ""
WormHeamer
8 days
make select_file() start in directory of current buffer if possible
WormHeamer
8 days
remove unused signal.h
WormHeamer
8 days
add git status command
WormHeamer
8 days
add ! command
WormHeamer
8 days
get rid of needless LEDIT_UP and LEDIT_DOWN results
WormHeamer
8 days
split long line
WormHeamer
8 days
dont match brackets for function navigation
WormHeamer
8 days
improve argument parsing etc.
WormHeamer
9 days
convert some stuff to recursive uses of mode_key_normal()
WormHeamer
9 days
fix invalid null yank at end of file
WormHeamer
9 days
clean up some rendering code
WormHeamer
9 days
don't highlight trailing whitespace in front of the cursor
WormHeamer
9 days
separate *_IMPL into their own compilation unit
WormHeamer
9 days
belay that; show readonly buffers as cyan
WormHeamer
9 days
show non-file buffers as italic
WormHeamer
9 days
make x,y unsigned
WormHeamer
9 days
make binary file buffers not writeable
WormHeamer
9 days
convert non-utf-8 files to a readonly hex dump
WormHeamer
9 days
show messages for search wrapped or not found
WormHeamer
9 days
set and unset dirty flag as appropriate on undo/redo
WormHeamer
9 days
allow jumping to functions with opening bracket on separate line
WormHeamer
9 days
show message on undo/redo at end
WormHeamer
9 days
remove debug history view in draw_buf()
WormHeamer
9 days
split edit_key() into multiple funcs, add yanking
WormHeamer
9 days
todo
WormHeamer
9 days
fix match_bracket() getting stuck on backslashes
WormHeamer
9 days
add verbose git log
WormHeamer
9 days
don't memchr() in fz_score (obvs not case insensitive, oops)
WormHeamer
9 days
fix gcc errors
WormHeamer
[next]