summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-25too many changes gotta commit em all!!Andrew Cady
2024-08-24read-tty simplification that fixes ALL bugsAndrew Cady
2024-08-22introduced lock on screen panes to prevent racesAndrew Cady
2024-08-22finally() in bashAndrew Cady
2024-08-21quit on bottom pane exitAndrew Cady
2024-08-21reattaching is now working againAndrew Cady
2024-08-21still workingAndrew Cady
2024-08-21separate write-tty commandAndrew Cady
2024-08-20fix all problems with signals? Andrew Cady
2024-08-20many changes basically workingAndrew Cady
2024-08-20"new" backgrounding codeAndrew Cady
2024-08-20avoid evalAndrew Cady
2024-08-20remove commentsAndrew Cady
2024-08-20factorAndrew Cady
2024-08-20soft cursorAndrew Cady
2024-08-19read-tty: line-wrap based on window sizeAndrew Cady
2024-08-19new command: read-ttyAndrew Cady
2024-08-19reading characters is working! it's really working!!!!!Andrew Cady
2024-08-19finally working: code to read characters from terminalAndrew Cady
2024-08-19almost workingAndrew Cady
2024-08-19trivialAndrew Cady
2024-08-19trivialAndrew Cady
2024-08-15automatically install dependenciesu
2024-08-15replace "cat -v" with pure bash implementationAndrew Cady
2024-08-14minor bash cleanupsAndrew Cady
2024-08-14silence more job control messagesAndrew Cady
2024-08-14use block syntax for temporarily redirecting stderrAndrew Cady
2024-08-14hide background jobs from user outputAndrew Cady
2024-08-14implement pause/resume for input forwardingAndrew Cady
2024-08-14set /proc/$$/commAndrew Cady
2024-08-14improve error reportingAndrew Cady
2024-08-14unusedAndrew Cady
2024-08-14forward() will restart top process if necessaryAndrew Cady
2024-08-14control codes shown in boldAndrew Cady
2024-08-14use namerefs in disconnect() argsAndrew Cady
2024-08-13use abbreviationsAndrew Cady
2024-08-13up-to-date bash can choose a new fd automatically!Andrew Cady
2024-08-13move restart handling code to more natural spotAndrew Cady
2024-08-13cfmakeraw instead of rawerAndrew Cady
2024-08-13start_top() will do nothing if already startedAndrew Cady
2024-08-13Fixed bug in soft cursor that was already fixedAndrew Cady
2024-08-12MakefileAndrew Cady
2024-08-12restarting betterAndrew Cady
2024-08-12move wait call to disconnect()Andrew Cady
2024-08-12use title from environmentAndrew Cady
2024-08-12improve restartsAndrew Cady
2024-08-12implement soft cursor and helpful input filterAndrew Cady
2024-08-12eliminate a socatAndrew Cady
2024-08-12bidirectional coproc input filter!Andrew Cady
2024-08-12two sockets one socatAndrew Cady