diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-07-07 13:48:50 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-07-07 13:48:50 +0000 |
| commit | c4c9400b69b957b02d478733edf09aea2c936bfd (patch) | |
| tree | b4548a99bd44c2272c1bc9e25140319625085fb8 /sys/dev/syscons/syscons.h | |
| parent | e47178acaef8f29f5c8c51a5fe4a588719b406cd (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
| -rw-r--r-- | sys/dev/syscons/syscons.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index d7f3d1938b70..d72c62257964 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.h,v 1.48 1999/06/22 14:13:32 yokota Exp $ + * $Id: syscons.h,v 1.49 1999/06/24 13:04:33 yokota Exp $ */ #ifndef _DEV_SYSCONS_SYSCONS_H_ @@ -430,7 +430,9 @@ void sc_paste(scr_stat *scp, u_char *p, int count); /* schistory.c */ #ifndef SC_NO_HISTORY -int sc_alloc_history_buffer(scr_stat *scp, int lines, int wait); +int sc_alloc_history_buffer(scr_stat *scp, int lines, + int prev_ysize, int wait); +void sc_free_history_buffer(scr_stat *scp, int prev_ysize); void sc_hist_save(scr_stat *scp); #define sc_hist_save_one_line(scp, from) \ sc_vtb_append(&(scp)->vtb, (from), (scp)->history, (scp)->xsize) |
