1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:57:44 +00:00

Shell: Move line editing to a separate class.

To be clear, there isn't really any line editing yet. But there is
going to be, so let's have it in its own class.
This commit is contained in:
Andreas Kling 2019-05-07 01:39:10 +02:00
parent fe73543d41
commit ba7364b43b
6 changed files with 167 additions and 100 deletions

View file

@ -46,6 +46,8 @@ $make_cmd -C ../Games/Minesweeper clean && \
$make_cmd -C ../Games/Minesweeper && \
$make_cmd -C ../Games/Snake clean && \
$make_cmd -C ../Games/Snake && \
$make_cmd -C ../Shell clean && \
$make_cmd -C ../Shell && \
$make_cmd clean &&\
$make_cmd && \
sudo ./sync.sh