git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Decoupling Architectural-specific Code (#35)
[lunaix-os.git]
/
lunaix-os
/
includes
/
hal
/
term.h
diff --git
a/lunaix-os/includes/hal/term.h
b/lunaix-os/includes/hal/term.h
index 0f11e525bac5ce73e15684fd55e9b4e06b609de9..4ddf74d38066b18dd4ea6d55cdf9e201f9a5a107 100644
(file)
--- 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;