Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-12 | Speed up xterm startHEADmaster | John Ankarström | |
2021-06-09 | Strip whitespace before " (cwd)" | John Ankarström | |
2021-06-08 | Use vfork instead of fork | John Ankarström | |
2021-06-08 | Remove old fg handling | John Ankarström | |
It has been replaced on the shell side. | |||
2021-06-08 | Fix /home/ rewriting | Charlie Root | |
2021-06-08 | Look up _NET_WM_PID atom even when it doesn't exist | John Ankarström | |
Otherwise, tterm won't work if run as the first program in a new X11 session. | |||
2021-06-08 | Rename 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-07 | Add explanatory comments | John Ankarström | |
2021-06-07 | Handle fg naively | John 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-07 | Create configurable constants | John Ankarström | |
2021-06-07 | Rewrite /home/USER/ to ~/ | John Ankarström | |
2021-06-07 | Get it working | John Ankarström | |
2021-06-07 | First commit | John Ankarström | |