index
:
jterm.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2025-02-25
always create JTERM_CLIPBOARD atom
HEAD
master
Justin Bedo
2024-12-02
fix redraw skipping bug and drop unused packages
Justin Bedo
2024-12-02
switch to MVars
Justin Bedo
2024-11-30
don't redraw when cursor offscreen
Justin Bedo
2024-11-21
fix cursor repositioning
Justin Bedo
2024-11-21
cleanup code
Justin Bedo
2024-11-08
fix ctrl-d shortcut
Justin Bedo
2024-11-08
fix pty cursor positioning after restripping buffer
Justin Bedo
2024-11-07
remove debugging output
Justin Bedo
2024-11-07
add ctrl-d for sending to buffer only not pty
Justin Bedo
2024-11-07
scroll to top when deleting to top of buffer
Justin Bedo
2024-11-01
unify buffer editing through delins and fix ptycursor movement
Justin Bedo
2024-10-30
switch to managing cmd line on terminal side
Justin Bedo
Though this means tab completion doesn't work, it makes it much nicer to edit the current command line and also avoids lag on remote terminals.
2024-10-23
add shortcuts for deleting before/after cursor to beginning/end of buffer
Justin Bedo
2024-10-18
change stream priority
Justin Bedo
2024-10-18
remove debugging code
Justin Bedo
2024-10-18
fix forward search scroll bug
Justin Bedo
2024-10-18
implement backward search
Justin Bedo
2024-10-18
implement Boyer-Moore bad match skipping
Justin Bedo
2024-10-17
implement forward search
Justin Bedo
2024-10-15
add | as delimiter
Justin Bedo
2024-10-15
remove . from expansion search
Justin Bedo
2024-10-15
add shortcut for restripping buffer of ansi codes
Justin Bedo
2024-10-11
add ignores
Justin Bedo
2024-10-11
implement double click selections
Justin Bedo
2024-10-11
add devshell
Justin Bedo
2024-10-10
switch palette
Justin Bedo
2024-10-10
fix pasting at end of terminal and incorrectly sending backspace
Justin Bedo
2024-10-10
initial prototype
Justin Bedo