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
Age
Commit message (
Expand
)
Author
5 days
go back to clearing input line
HEAD
master
WormHeamer
6 days
split <Space>c into separate git add and git commit commands
WormHeamer
6 days
TxtHistNode distinct from TxtPieceTbl, with TxtLoc cur member
WormHeamer
6 days
fix broken ctrl char printing
WormHeamer
6 days
show "no options" if optc=0; start at current in select_buf()
WormHeamer
6 days
hopefully squash the history corruption bug once and for all
WormHeamer
6 days
vui_redraw() for ^L again, set e.opti to 0 for select_opt()
WormHeamer
6 days
remove some unneeded vars
WormHeamer
6 days
word v bigword, K to view man page
WormHeamer
6 days
free all the way up to TXT_HIST_MAX
WormHeamer
6 days
realloc search.s instead of malloc
WormHeamer
6 days
misc formatting changes
WormHeamer
6 days
remove redundant escape seq in vui_fini()
WormHeamer
6 days
more memory cleanup stuff (ed_fini was never called either)
WormHeamer
6 days
umm whoops never called txt_free() ever
WormHeamer
6 days
do something even more forceful in ^L
WormHeamer
6 days
unicode regexes
WormHeamer
6 days
free history in txt_free()
WormHeamer
6 days
fix stupid bug in backwards regex search
WormHeamer
6 days
fix some unicode issues in line_edit
WormHeamer
6 days
don't show max in scratch mem usage meter, just used & percentage
WormHeamer
6 days
don't strip shared prefix from buffer paths anymore
WormHeamer
6 days
remove C_EOF (unused) and lower the value C_ANY to prevent warnings
wrmr
6 days
shorten homedir in some paths to ~
WormHeamer
6 days
take an arena parameter in normalize_path()
WormHeamer
6 days
just use realpath() for normalize_path()
WormHeamer
6 days
try to preallocate file option lists
WormHeamer
6 days
fix dynarrs being allocated on every single DA_*FIT call
WormHeamer
7 days
fix Txt not being zeroed properly
WormHeamer
7 days
add cstr_dup
WormHeamer
7 days
add a reminder comment about strings' immutability
WormHeamer
7 days
const params for arena allocation funcs
WormHeamer
7 days
try to concatenate strings in-place when possible
WormHeamer
7 days
fix memcpy of NULL for zero-length strings
WormHeamer
7 days
show current path as prompt, don't normalize "/" to ""
WormHeamer
7 days
make select_file() start in directory of current buffer if possible
WormHeamer
7 days
remove unused signal.h
WormHeamer
7 days
add git status command
WormHeamer
7 days
check for non-null chunk in txt_range_equal()
WormHeamer
7 days
add ! command
WormHeamer
7 days
_might_ have fixed a bug in txt_hist_push()?
WormHeamer
7 days
get rid of needless LEDIT_UP and LEDIT_DOWN results
WormHeamer
7 days
split long line
WormHeamer
7 days
dont match brackets for function navigation
WormHeamer
7 days
improve argument parsing etc.
WormHeamer
7 days
convert some stuff to recursive uses of mode_key_normal()
WormHeamer
7 days
fix invalid null yank at end of file
WormHeamer
7 days
clean up some rendering code
WormHeamer
7 days
don't highlight trailing whitespace in front of the cursor
WormHeamer
7 days
move some char/byte next/prev stuff into txt.h, as inline
WormHeamer
[next]