index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibC
/
termcap.cpp
Age
Commit message (
Expand
)
Author
2019-06-07
LibC: Run clang-format on everything.
Andreas Kling
2019-04-23
Put assertions behind a DEBUG flag to make it easy to build without them.
Andreas Kling
2019-02-25
Fix a bunch of compiler warnings. Not all, but a lot.
Andreas Kling
2019-02-08
LibC: Add some more fake termcap entries to silence bash-5.0.
Andreas Kling
2019-01-15
Let's not require TERM=ansi for tgetent() to work.
Andreas Kling
2018-12-07
VirtualConsole: Support the 'A' and 'D' CSI sequences.
Andreas Kling
2018-12-04
Import a simple text editor I started working on.
Andreas Kling
2018-11-17
Make bash-2.05b build with minimal changes.
Andreas Kling
2018-11-16
Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls.
Andreas Kling
2018-11-12
Add primitive FIFO and hook it up to sys$pipe().
Andreas Kling
2018-11-11
Add a naive /bin/fgrep for testing pipes.
Andreas Kling
2018-11-11
Rage hacking to get bash to run. It finally runs. So cool! :^)
Andreas Kling
2018-11-05
More random compat hacking towards getting bash to build.
Andreas Kling