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
13 days
.gitignore wed
WormHeamer
13 days
dramatically speed up shell_replace() with two more close() calls
WormHeamer
13 days
add txt_range_equal()
WormHeamer
13 days
wed executable
WormHeamer
14 days
add str.h
WormHeamer
14 days
fix (da)->n colliding with "n" macro parameter
WormHeamer
14 days
add txt_collect_range() and txt_read_chunk()
WormHeamer
14 days
make shell_replace() work for large files
WormHeamer
14 days
fix arena not throwing OOM error at the right time
WormHeamer
14 days
some stuff
WormHeamer
14 days
try and prevent 0-length splits occurring
WormHeamer
14 days
various asserts
WormHeamer
14 days
next_word(), prev_word()
WormHeamer
14 days
fix a couple unused var warnings
WormHeamer
14 days
text reflow babeyy
WormHeamer
14 days
txt_delete_range()
WormHeamer
14 days
fix arena_realloc() zeroing memory
WormHeamer
14 days
deduplicate reinserted buffer text somewhat
WormHeamer
14 days
use cnext/cprev for move_char_fwd/back
WormHeamer
14 days
fix txt_join_or_kill(), txt_delete_c()
WormHeamer
14 days
remove most explicit Txt* params, fix some utf-8 problems
WormHeamer
14 days
add Txt pointer to TxtLoc
WormHeamer
14 days
fix end_of_line() skipping empty lines
WormHeamer
14 days
different cursor shape in insert vs normal mode
WormHeamer
14 days
fix txt_byte() not returning 0 at end of buffer
WormHeamer
2025-12-28
don't throw error on opening nonexistent file, "wb" for txt_save
WormHeamer
2025-12-28
don't do that
WormHeamer
2025-12-28
use O_CREAT in txt_load()
WormHeamer
2025-12-28
C and Z commands
WormHeamer
2025-12-28
count for motions
WormHeamer
2025-12-28
many changes
WormHeamer
2025-12-28
grow view window upwards when at end of document
WormHeamer
2025-12-28
ferror in the right place
WormHeamer
2025-12-28
less fucked up termios settings (stdin/stdout do the same thing)
WormHeamer
2025-12-28
autoindent
WormHeamer
2025-12-28
fix ASSUME() not being defined in release builds
WormHeamer
2025-12-28
tabs support
WormHeamer
2025-12-28
lots of features & bugfixes both
WormHeamer
2025-12-28
put more emphasis on TxtLoc
WormHeamer
2025-12-28
txt_save()
WormHeamer
2025-12-28
some bugfixes
WormHeamer
2025-12-27
basic piece table implementation
WormHeamer