Andreas Kling
|
10308c6434
|
Let's not require TERM=ansi for tgetent() to work.
|
2019-01-15 08:32:53 +01:00 |
|
Andreas Kling
|
4f6438ec66
|
VirtualConsole: Support the 'A' and 'D' CSI sequences.
This makes backspace work correctly when line editing with bash-2.05b.
|
2018-12-07 01:19:02 +01:00 |
|
Andreas Kling
|
ca6847b5bb
|
Import a simple text editor I started working on.
|
2018-12-04 00:27:16 +01:00 |
|
Andreas Kling
|
9d05f6b7a7
|
Make bash-2.05b build with minimal changes.
This is really neat. :^)
|
2018-11-17 00:14:07 +01:00 |
|
Andreas Kling
|
c99f8af66d
|
Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls.
|
2018-11-16 13:13:50 +01:00 |
|
Andreas Kling
|
f1404aa948
|
Add primitive FIFO and hook it up to sys$pipe().
It's now possible to do this in bash:
cat kernel.map | fgrep List
This is very cool! :^)
|
2018-11-12 01:28:46 +01:00 |
|
Andreas Kling
|
18e3ddf605
|
Add a naive /bin/fgrep for testing pipes.
|
2018-11-11 20:42:41 +01:00 |
|
Andreas Kling
|
d5d45d1088
|
Rage hacking to get bash to run. It finally runs. So cool! :^)
|
2018-11-11 15:38:07 +01:00 |
|
Andreas Kling
|
82f84bab11
|
More random compat hacking towards getting bash to build.
I'm now at the build stage where it complains about a bajillion missing
symbols. This is a good place to be!
|
2018-11-05 18:21:42 +01:00 |
|