summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-08-12two socat solutionAndrew Cady
2024-08-11all bugs have been removedAndrew Cady
2024-08-02unusedAndrew Cady
2024-08-02rename the coprocAndrew Cady
2024-08-01this fixes bug where e.g. "echo '$\003'" kills socatAndrew Cady
2024-08-01much improved terminal and signal handlingAndrew Cady
2024-08-01use $BOT_CMD againAndrew Cady
2024-07-31fix everythingAndrew Cady
2024-07-31coprocess worksAndrew Cady
2024-07-31make top focus input workAndrew Cady
2024-07-31add exported "start" functionAndrew Cady
2024-07-31factor $TWOPANE into function namesAndrew Cady
2024-07-31swap socat argument orderAndrew Cady
2024-07-31support restartingAndrew Cady
2024-07-31this fuckin worksAndrew Cady
2024-07-31this almost works except for the cloexec bullshitAndrew Cady