mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
Terminal: Use Vectors and OwnPtrs for Terminal lines. Adjust scroll
region behavior
This commit is contained in:
parent
ce15a4021d
commit
e92fe52031
5 changed files with 208 additions and 127 deletions
|
@ -20,6 +20,7 @@
|
|||
#include <LibGUI/GAction.h>
|
||||
#include <LibGUI/GFontDatabase.h>
|
||||
#include <LibGUI/GSlider.h>
|
||||
#include <LibGUI/GRadioButton.h>
|
||||
#include <LibCore/CUserInfo.h>
|
||||
|
||||
static void make_shell(int ptm_fd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue