fix: corner cases when printing large content through term interface
[lunaix-os.git] / lunaix-os / includes / hal / term.h
index 0f11e525bac5ce73e15684fd55e9b4e06b609de9..4ddf74d38066b18dd4ea6d55cdf9e201f9a5a107 100644 (file)
@@ -61,6 +61,7 @@ struct term
     struct term_lcntl* lcntl;
     struct linebuffer line_out;
     struct linebuffer line_in;
     struct term_lcntl* lcntl;
     struct linebuffer line_out;
     struct linebuffer line_in;
+    char* scratch_pad;
     pid_t fggrp;
 
     struct termport_capability* tp_cap;
     pid_t fggrp;
 
     struct termport_capability* tp_cap;