summaryrefslogtreecommitdiff
path: root/LibC/termcap.cpp
AgeCommit message (Collapse)Author
2019-06-07LibC: Run clang-format on everything.Andreas Kling
2019-04-23Put assertions behind a DEBUG flag to make it easy to build without them.Andreas Kling
2019-02-25Fix a bunch of compiler warnings. Not all, but a lot.Andreas Kling
2019-02-08LibC: Add some more fake termcap entries to silence bash-5.0.Andreas Kling
2019-01-15Let's not require TERM=ansi for tgetent() to work.Andreas Kling
2018-12-07VirtualConsole: Support the 'A' and 'D' CSI sequences.Andreas Kling
This makes backspace work correctly when line editing with bash-2.05b.
2018-12-04Import a simple text editor I started working on.Andreas Kling
2018-11-17Make bash-2.05b build with minimal changes.Andreas Kling
This is really neat. :^)
2018-11-16Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls.Andreas Kling
2018-11-12Add primitive FIFO and hook it up to sys$pipe().Andreas Kling
It's now possible to do this in bash: cat kernel.map | fgrep List This is very cool! :^)
2018-11-11Add a naive /bin/fgrep for testing pipes.Andreas Kling
2018-11-11Rage hacking to get bash to run. It finally runs. So cool! :^)Andreas Kling
2018-11-05More random compat hacking towards getting bash to build.Andreas Kling
I'm now at the build stage where it complains about a bajillion missing symbols. This is a good place to be!