X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/0765e7c133eb393d8cd0292af444543c2edf8ccc..6c506d8916fb114675e93d0e2cb20831d4022294:/lunaix-os/includes/hal/term.h?ds=inline diff --git a/lunaix-os/includes/hal/term.h b/lunaix-os/includes/hal/term.h index 0f11e52..4ddf74d 100644 --- a/lunaix-os/includes/hal/term.h +++ b/lunaix-os/includes/hal/term.h @@ -61,6 +61,7 @@ struct term struct term_lcntl* lcntl; struct linebuffer line_out; struct linebuffer line_in; + char* scratch_pad; pid_t fggrp; struct termport_capability* tp_cap;