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