summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-12Speed up xterm startHEADmasterJohn Ankarström
2021-06-09Strip whitespace before " (cwd)"John Ankarström
2021-06-08Use vfork instead of forkJohn Ankarström
2021-06-08Remove old fg handlingJohn Ankarström
It has been replaced on the shell side.
2021-06-08Fix /home/ rewritingCharlie Root
2021-06-08Look up _NET_WM_PID atom even when it doesn't existJohn Ankarström
Otherwise, tterm won't work if run as the first program in a new X11 session.
2021-06-08Rename write* to fifo*John Ankarström
It feels a bit clearer in this program, seeing as how it doesn't write anything to it.
2021-06-07Add explanatory commentsJohn Ankarström
2021-06-07Handle fg naivelyJohn Ankarström
It won't work properly at all if you run some other command in-between. The only way to properly handle this is on the shell side.
2021-06-07Create configurable constantsJohn Ankarström
2021-06-07Rewrite /home/USER/ to ~/John Ankarström
2021-06-07Get it workingJohn Ankarström
2021-06-07First commitJohn Ankarström