diff options
author | Christopher Dumas <christopherdumas@gmail.com> | 2019-05-28 15:40:44 -0700 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-06-03 20:48:34 +0200 |
commit | ce15a4021db0a77e32d40b4e5b85c7719f5541e7 (patch) | |
tree | 357f050a53d73a267657b591b9b2690e3a457afe /LibC | |
parent | ab004f73bf042d118da2ff326640c912703192af (diff) | |
download | serenity-ce15a4021db0a77e32d40b4e5b85c7719f5541e7.zip |
Terminal: Implement scroll region termcodes
Diffstat (limited to 'LibC')
-rw-r--r-- | LibC/unistd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LibC/unistd.h b/LibC/unistd.h index 4dd3a7f1b1..1e303123fe 100644 --- a/LibC/unistd.h +++ b/LibC/unistd.h @@ -109,4 +109,7 @@ enum */ #define _POSIX_PRIORITY_SCHEDULING +// Stifle an less error iirc +#define _PC_VDISABLE 8 + __END_DECLS |