index
:
dwarvish.git
anthology
compose
docs
escsq
evryloop
gha
inotify
main
pipes
read
rmerr
signal
titles
a (mostly) posix compliant shell and tiny functional programming language
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
buffer.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Escape some common special characters
Rory Dudley
2025-01-06
1
-1
/
+1
*
Only ignore double slashes after comp was initiated
Rory Dudley
2024-12-17
1
-2
/
+1
*
Update left + right arrow keys, backspace with width fix
Rory Dudley
2024-12-16
1
-51
/
+62
*
Workaround for faulty unicode_width values
Rory Dudley
2024-12-16
1
-7
/
+42
*
More buffer bug fixes
Rory Dudley
2024-12-13
1
-3
/
+13
*
Rewrite of the buffer code + proper UTF-8 support
Rory Dudley
2024-12-12
1
-293
/
+475
*
Fix Tab/Shift+Tab autocomplete behavior
Rory Dudley
2024-09-30
1
-32
/
+57
*
Add backslashes to words with spaces in autocomplete()
Rory Dudley
2024-09-30
1
-1
/
+11
*
Don't panic if autcomplete() fails
Rory Dudley
2024-09-30
1
-45
/
+4
*
Expand filepath autocomplete
Rory Dudley
2024-09-30
1
-15
/
+134
*
Add autocomplete
Rory Dudley
2024-09-30
1
-16
/
+161
*
Slight refactor of getchar() and more handling for getline()
Rory Dudley
2024-09-30
1
-30
/
+118
*
Keep track of position in getline()
Rory Dudley
2024-09-30
1
-0
/
+10
*
Replace io::stdin().read_line() with custom function
Rory Dudley
2024-09-30
1
-0
/
+59