mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +00:00
Add TIOCGWINSZ ioctl so userland can determine terminal geometry.
(Don't) use this to implement short-form output in ls. I'm too tired to make a nice column formatting algorithm. I just wanted something concise when I type "ls".
This commit is contained in:
parent
f5a83c4d8a
commit
ac7a60225e
11 changed files with 208 additions and 63 deletions
|
@ -32,5 +32,7 @@ cp -v ../Userland/strsignal mnt/bin/strsignal
|
|||
cp -v ../Userland/mkdir mnt/bin/mkdir
|
||||
sh sync-local.sh
|
||||
cp -v kernel.map mnt/
|
||||
ln -s dir_a mnt/dir_cur
|
||||
ln -s nowhere mnt/bad_link
|
||||
umount mnt
|
||||
sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue