index
:
rayedit.git
feat/piece
master
Text editor for large files
Hee-Suk Kim
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
line.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: deprecate line->cursor; simplify vertical cursor movement
dilluti0n
2025-05-02
1
-2
/
+0
*
feat: add slice-based accessors for line and editor buffer
dilluti0n
2025-04-29
1
-8
/
+15
*
fix: `line_free` to handle lazy-loaded line appropriately.
dilluti0n
2025-04-29
1
-1
/
+1
*
remove: line->last to reduce ambiguity.
dilluti0n
2025-04-29
1
-1
/
+1
*
perf: make line from buf directly instead of append each characters
dilluti0n
2025-04-29
1
-0
/
+1
*
implement: eb_set_cur_back and eb_set_cur_prev
dilluti0n
2025-04-27
1
-0
/
+1
*
implement: eb_backspace; line_cat still TODO
dilluti0n
2025-04-27
1
-0
/
+1
*
refactor: move debugs to config.h and handle build gracefully
dilluti0n
2025-04-27
1
-1
/
+1
*
implement: eb_newline
dilluti0n
2025-04-27
1
-7
/
+4
*
implement: eb_backspace
dilluti0n
2025-04-24
1
-0
/
+1
*
fix: vector memory allocation and insert logic; cleanup eb handling
dilluti0n
2025-04-21
1
-0
/
+1
*
refactor: line handling and implement basic editor buffer abstraction
dilluti0n
2025-04-21
1
-3
/
+4
*
Introduce vector template and migrate line module
dilluti0n
2025-04-18
1
-1
/
+3
*
refactor: Extract line handling logic into separate line module
dilluti0n
2025-04-18
1
-0
/
+18