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 (
Collapse
)
Author
9 days
realloc search.s instead of malloc
WormHeamer
9 days
misc formatting changes
WormHeamer
9 days
remove redundant escape seq in vui_fini()
WormHeamer
9 days
more memory cleanup stuff (ed_fini was never called either)
WormHeamer
9 days
umm whoops never called txt_free() ever
WormHeamer
9 days
do something even more forceful in ^L
WormHeamer
9 days
unicode regexes
WormHeamer
9 days
free history in txt_free()
WormHeamer
9 days
fix stupid bug in backwards regex search
WormHeamer
9 days
fix some unicode issues in line_edit
WormHeamer
9 days
don't show max in scratch mem usage meter, just used & percentage
WormHeamer
9 days
don't strip shared prefix from buffer paths anymore
WormHeamer
shorten_path() has rendered this obsolete
9 days
remove C_EOF (unused) and lower the value C_ANY to prevent warnings
wrmr
9 days
shorten homedir in some paths to ~
WormHeamer
9 days
take an arena parameter in normalize_path()
WormHeamer
9 days
just use realpath() for normalize_path()
WormHeamer
9 days
try to preallocate file option lists
WormHeamer
9 days
fix dynarrs being allocated on every single DA_*FIT call
WormHeamer
9 days
fix Txt not being zeroed properly
WormHeamer
9 days
add cstr_dup
WormHeamer
9 days
add a reminder comment about strings' immutability
WormHeamer
9 days
const params for arena allocation funcs
WormHeamer
9 days
try to concatenate strings in-place when possible
WormHeamer
9 days
fix memcpy of NULL for zero-length strings
WormHeamer
9 days
show current path as prompt, don't normalize "/" to ""
WormHeamer
9 days
make select_file() start in directory of current buffer if possible
WormHeamer
9 days
remove unused signal.h
WormHeamer
9 days
add git status command
WormHeamer
9 days
check for non-null chunk in txt_range_equal()
WormHeamer
9 days
add ! command
WormHeamer
9 days
_might_ have fixed a bug in txt_hist_push()?
WormHeamer
9 days
get rid of needless LEDIT_UP and LEDIT_DOWN results
WormHeamer
9 days
split long line
WormHeamer
9 days
dont match brackets for function navigation
WormHeamer
9 days
improve argument parsing etc.
WormHeamer
10 days
convert some stuff to recursive uses of mode_key_normal()
WormHeamer
10 days
fix invalid null yank at end of file
WormHeamer
10 days
clean up some rendering code
WormHeamer
10 days
don't highlight trailing whitespace in front of the cursor
WormHeamer
10 days
move some char/byte next/prev stuff into txt.h, as inline
WormHeamer
10 days
separate *_IMPL into their own compilation unit
WormHeamer
10 days
belay that; show readonly buffers as cyan
WormHeamer
10 days
show non-file buffers as italic
WormHeamer
10 days
make x,y unsigned
WormHeamer
10 days
make binary file buffers not writeable
WormHeamer
10 days
convert non-utf-8 files to a readonly hex dump
WormHeamer
10 days
try to clear and reset for vui_redraw()
WormHeamer
10 days
fix A_BOLD colliding with colors
WormHeamer
10 days
zero memory in freelist_new
WormHeamer
10 days
show messages for search wrapped or not found
WormHeamer
[next]