summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-25always create JTERM_CLIPBOARD atomHEADmasterJustin Bedo
2024-12-02fix redraw skipping bug and drop unused packagesJustin Bedo
2024-12-02switch to MVarsJustin Bedo
2024-11-30don't redraw when cursor offscreenJustin Bedo
2024-11-21fix cursor repositioningJustin Bedo
2024-11-21cleanup codeJustin Bedo
2024-11-08fix ctrl-d shortcutJustin Bedo
2024-11-08fix pty cursor positioning after restripping bufferJustin Bedo
2024-11-07remove debugging outputJustin Bedo
2024-11-07add ctrl-d for sending to buffer only not ptyJustin Bedo
2024-11-07scroll to top when deleting to top of bufferJustin Bedo
2024-11-01unify buffer editing through delins and fix ptycursor movementJustin Bedo
2024-10-30switch to managing cmd line on terminal sideJustin 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-23add shortcuts for deleting before/after cursor to beginning/end of bufferJustin Bedo
2024-10-18change stream priorityJustin Bedo
2024-10-18remove debugging codeJustin Bedo
2024-10-18fix forward search scroll bugJustin Bedo
2024-10-18implement backward searchJustin Bedo
2024-10-18implement Boyer-Moore bad match skippingJustin Bedo
2024-10-17implement forward searchJustin Bedo
2024-10-15add | as delimiterJustin Bedo
2024-10-15remove . from expansion searchJustin Bedo
2024-10-15add shortcut for restripping buffer of ansi codesJustin Bedo
2024-10-11add ignoresJustin Bedo
2024-10-11implement double click selectionsJustin Bedo
2024-10-11add devshellJustin Bedo
2024-10-10switch paletteJustin Bedo
2024-10-10fix pasting at end of terminal and incorrectly sending backspaceJustin Bedo
2024-10-10initial prototypeJustin Bedo